Sun Identity Manager Deployment Guide

ProcedureTo Maintain Account ID and Email Address Values

  1. Edit the following rules in the EndUserRuleLibrary as indicated in the following table:

    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 

  2. Edit EndUserAnonEnrollmentCompletionForm to remove the firstName and lastName arguments from calls to the getAccountId and getEmailAddress rules.