Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add info on OpenLDAP operational attributes.

...

Code Block
languagexml
 <ReturnAttributes>ATTRIBUTE_1 ATTRIBUTE_2 ATTRIBUTE_3</ReturnAttributes>

On OpenLDAP directory servers, operational attributes must be explicitly requested for them to be returned. If you'd like to return all attributes ( * ) from an OpenLDAP directory, and the operational attributes ( + ), use the following:

Code Block
languagexml
 <ReturnAttributes>* +</ReturnAttributes>

Attributes

No attributes are defined.

...