Previous Topic: Oracle Internet Directory ConsiderationsNext Topic: User Well-Known Attributes


Well-Known Attributes for an LDAP User Store

Well-known attributes have special meaning in CA IdentityMinder. They are identified as shown in the following syntax:

%ATTRIBUTENAME%

In this syntax, ATTRIBUTENAME must be uppercase.

A well-known attribute is mapped to one physical attribute, using an attribute description.

In the following attribute description, the attribute userpassword is mapped to the well-known attribute %PASSWORD% so that CA IdentityMinder treats the value in userpassword as a password as follows:

<ImsManagedObjectAttr
	physicalname="userpassword"
	displayname="Password"
	description="Password"
	valuetype="String"
	required="false"
	multivalued="false"
	wellknown="%PASSWORD%"
	maxlength="0" />

Some well-known attributes are required; others are optional.