The Shibboleth IdP V3 software has reached its End of Life and is no longer supported. This documentation is available for historical purposes only. See the IDP4 wiki space for current documentation on the supported version.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

The <LDAPProperty> elements allows the setting of LDAP configuration properties which aren't handled explicitly by other parameterization, but which are supported by the underlying LDAP provider used by the connector.

Schema Name and Location

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

Example

<dc:LDAPProperty name="name1" value="value1"/>
<dc:LDAPProperty name="name2" value="value2"/>

Attributes

The following two attributes must be specified:

NameReq?TypeDefaultDescription

name

YString Name of the LDAP option to set

value

YString
 Value that the option is to be set to

Child Elements

No child elements are defined.

  • No labels