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 doesn’t have a parent) but is not allowed in a child item descriptor that inherits from a parent.

id-property Tag 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.

Defaults to value of name.

display-name

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

Defaults to value of name.

description

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

Defaults to value of name.

 
loading table of contents...