System information
Identity Manager Technical Deployment Overview
Part Number 820-2952-10 Page 111
to
<s>maxAge</s>
<s>6M</s>
to limit reviews to the last 6 months. The same qualifiers as above apply.
Each Periodic Access Review includes a set of UserEntitlement records that were created
when the review was run. These records, which accumulate over time, provide valuable
historical information about accounts. However, to conserve database space, consider
deleting some records. You can delete a record by executing Server Task > Run Task >
Delete Access Review. Deleting a review adds new audit log entries that indicate the
review is deleted, and deletes all UserEntitlement records associated with the review,
which conserves database space.
• In the section “Changing Background Image on the Login Page”, the third line of code
should read:
url(../images/other/login-backimage2.jpg)
• Code Example 5-5 contains information that should appear in Code Example 5-4.
Code Example 5-4 should be as follows:
Code Example 5-4 Customizing Navigation Tabs
/* LEVEL 1 TABS */
.TabLvl1Div {
background-image:url(../images/other/dot.gif);
background-repeat:repeat-x;
background-position:left bottom;
background-color:#333366;
padding:6px 10px 0px;
}
a.TabLvl1Lnk:link, a.TabLvl1Lnk:visited {
display:block;
padding:4px 10px 3px;
font: bold 0.95em sans-serif;
color:#FFF;
text-decoration:none;
text-align:center;
}
table.TabLvl1Tbl td {
background-image:url(../images/other/dot.gif);
background-repeat:repeat-x;
background-position:left top;
background-color:#666699;
border:solid 1px #aba1b5;
}
table.TabLvl1Tbl td.TabLvl1TblSelTd {
background-color:#9999CC;
background-image:url(../images/other/dot.gif);
background-repeat:repeat-x;
background-position:left bottom;