target-class

Each <target-class> element is an eDirectory class name specifying an object class, objects of which might be referred to by the eDirectory attribute specified by the attr-name attribute on the <definition> element.

Remarks

One or more <target-class> elements can appear as children of the <definition> element. The absence of a <target-class> element indicates that any object is allowable.

Attributes

Attribute

Possible Values

Default Value

 

Example of the Agent presentation for an entry field with the associated object selection button:

<definition
  type="dn-ref"
  name="pwd-policy"
  display-name="Password Policy object used for password generation"
  attr-name="nspmPasswordPolicyDN"
  aux-class-name="DirXML-PasswordGeneration"
  >
  <target-class>nspmPasswordPolicy</target-class>
</definition>

Parent Elements

See definition.