Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Namespace collapse

The <ReturnAttributes> element contains a list of elements attributes to be returned from the LDAP directory server, this may help the LDAP directory server respond more quickly, to optimize the lookup.

Schema Name and Location

This element is defined by the urn:mace:shibboleth:2.0:resolver:dc schema schema, which can be is located at http://shibboleth.net/schema/idp/shibboleth-attribute-resolver-dc.xsd.  

Example

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

Attributes

No Attributes can be providedOn 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.

Child Elements

No Child Elements can be providedchild elements are defined.