System information
Identity Manager Technical Deployment Overview
Part Number 820-2952-10 Page 115
2. Using the Identity Manager IDE, load the System Configuration object for editing. Add a
new top-level attribute:
Name = customMessageCatalog
Type = string
Value = AltMsgCatalog
3. Open the ui.web Generic Object and look for the
browserTitleProdNameOverride
attribute.
Set this value to true.
4. Save this change to the System Configuration object, and restart your application server.
• By default, Identity Manager’s anonymous enrollment processing generates values for
accountId
and
emailAddress
by using user-supplied first (
firstName
) and last names
(
lastName
) as well as
employeeId
. (ID-16131)
Because anonymous enrollment processing can result in the inclusion of non-ASCII
characters in email addresses and account IDs, international users should modify
EndUserRuleLibrary rules so that Identity Manager maintains ASCII account IDs and
email addresses during anonymous enrollment processing.
To maintain account ID and email address values in ASCII during anonymous enrollment
processing, follow these two steps:
1. Edit the following three rules within the EndUserRuleLibrary as indicated below:
2. Edit the End User Anon Enrollment Completion form to remove the
firstName
and
lastName
arguments from calls to the getAccountId and getEmailAddress rules.
Edit this rule To make this change...
getAccountId
To use
employeeId
only (and remove
firstName
and
lastName
)
getEmailAddress
To use
employeeId
only (remove
firstName
,
lastName
, and ".")
verifyFirstname
To change length check from 2 to 1 to allow for single character Asian first
names