read-attr

Specifies which attribute values are returned with entries that match the search filter. If no attributes are specified, all attributes are returned. If a <read-attr> element is specified without an attr-name attribute, no attributes are returned.

Definition

  <!ELEMENT read-attr       EMPTY>
  <!ATTLIST read-attr
            attr-name       CDATA              #IMPLIED
            type      (%Read-attr-type;)       "default">
  
  
  

Attributes

attr-name
Specifies the name of the attribute that should be returned with its value for all matching entries. The attribute's name is specified in the name space of the sender.
type
Specifies how to parse the attribute's value. It supports two values: "default" and "xml". If type="xml", then the attribute value will be parsed as XML and returned as such.

Parent

query