How to change the mandatory attribute to normal attribute
book
Article ID: 117445
calendar_today
Updated On:
Products
CA Identity ManagerCA Identity GovernanceCA Identity Portal
Issue/Introduction
There are attributes that require input when creating a user. By following the procedure below, you can change the required attribute to an optional attribute.
Modify attribute setting of Userstore
Modify setting of tasks related to user creation
Change the setting of the storage destination column of the corresponding data in the user store (DB)
Environment
CA Identity Manager 12.6, 14.x
Resolution
1. Modify attribute setting of Userstore
Login to the Management console
Select Directories > UserStore, then click [Export]
Change "Required" setting of the attribute to be changed from mandatory in exported XML file to "False", then save the file overwritten
For example, mandatory attribute “First name”: <ImsManagedObjectAttr physicalname="#####.FIRSTNAME" description="First Name" displayname="First Name" valuetype="String" required="true" wellknown="%FIRST_NAME%" maxlength="50"/> ※required="true" -> "False"
Update with the modified xml file then restart environment
2. Modify setting of tasks related to user creation