Previous Topic: Containers

Next Topic: Specify a User or Group Container

Containers and Well-Known Attributes

Well-known attributes are attributes that have special meaning in CA Identity Manager. When CA Identity Manager manages a user store that includes containers, the following well-known attributes identify information about the container:

These well-known attributes appear in the attribute descriptions in the User Object and Group Object sections of the directory.xml file, as follows:

 <ImsManagedObjectAttr physicalname="someattribute" description="Organization" displayname="Organization" valuetype="String" required="true" wellknown="%ORG_MEMBERSHIP%" maxlength="0" permission="WRITEONCE" searchable="false" /> 

For hierarchical user store structures, the physicalname and wellknown parameters are mapped to the well-known attribute as follows:

<ImsManagedObjectAttr physicalname="%ORG_MEMBERSHIP%" description="Organization" displayname="Organization" valuetype="String" required="true" wellknown="%ORG_MEMBERSHIP%" maxlength="0" permission="WRITEONCE" searchable="false" /> 

This indicates that CA Identity Manager automatically derives the container DN and user-friendly name from other information in the directory.xml file.

For flat user store structures, supply the physical attribute names.

Note: See How to Describe a Flat User Directory Structure for instructions.


Copyright © 2010 CA. All rights reserved. Email CA about this topic