The <ReturnAttributes>
element is a signle element in which you provide a 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 | ||
---|---|---|
| ||
<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 | ||
---|---|---|
| ||
<ReturnAttributes>* +</ReturnAttributes> |
Attributes
No Attributes can be providedattributes are defined.
Child Elements
No Child Elements can be providedchild elements are defined.