match-attr

Specifies an attribute for create, placement, and matching rules.

Description

When the <match-attr> element is specified in a <create-rule> or <placement-rule> element, at least one value must be specified.

When the <match-attr> element is specified in a <matching-rule> element, it must not contain a value.

Definition

  <!ELEMENT match-attr       (value)+ >
  <!ATTLIST match-attr
            attr-name        CDATA            #REQUIRED>
  
  
  

Attributes

attr-name
Specifies the name of the attribute in the eDirectory name space.

Elements

value
Specifies the value for the attribute.

Parent