Each object that CA IdentityMinder manages must have a unique identifier. Make sure that the unique identifier is stored in a single column in the primary table of the managed object. Primary tables are described in Database Tables.
Use the UniqueIdentifier and UniqueIdentifierAttr elements to define the unique identifier as follows:
<UniqueIdentifier> <UniqueIdentifierAttr name="tablename.columnname" /> </UniqueIdentifier>
The UniqueIdentifierAttr element requires the name parameter. The value of the name parameter is the attribute in which the unique identifier is stored. The value can be a physical attribute or a well-known attribute.
When you specify a physical attribute, note the following points:
tablename.columnname
tablename
Defines the name of the table where the attribute is located. The table you specify must be the primary table.
columnname
Defines the name of the column that stores the attribute.
Copyright © 2013 CA.
All rights reserved.
|
|