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.
LDAPProperty
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
 schema, which is located at http://shibboleth.net/schema/idp/shibboleth-attribute-resolver.xsd.
Example
<LDAPProperty name="name1" value="value1"/> <LDAPProperty name="name2" value="value2"/>
Attributes
The following two attributes must be specified:
Name | Req? | Type | Default | Description |
---|---|---|---|---|
| Y | String | Â | Name of the LDAP option to set |
| Y | String | Â | Value that the option is to be set to |
Child Elements
No child elements are defined.