The <id-property> tag defines the profile ID property in the RepositoryItem and the LDAP entry. The tag is always empty. For example:

<id-property name="id" in-ldap="true" ldap-name="dpsid"/>

The <id-property> tag is required in a definition of a base item descriptor (an item descriptor that does not have a parent) but is not allowed in a child item descriptor that inherits from a parent.

id-property attributes

Attribute

Description

Value

name

The ID property’s name in the RepositoryItem.

Required

in-ldap

Does the ID property correspond to a single LDAP attribute?

Boolean
Default is false

ldap-name

The ID attribute’s name in the LDAP directory.

Default: value of name

display-name

The text identifying the ID property in the ATG Control Center.

Default: value of name

description

The description of the ID property displayed in the ATG Control Center.

Default: value of name

 
loading table of contents...