<!ELEMENT id-property EMPTY>

Parent: <item-descriptor>

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.

Attributes

Attribute

Description

name

Required, the ID property’s name in the RepositoryItem.

in-ldap

Boolean, specifies whether the ID property corresponds to a single LDAP attribute.

Default: 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


Copyright © 1997, 2013 Oracle and/or its affiliates. All rights reserved. Legal Notices