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

Version 1 Next »

The <LDAPProperty> elements allows the setting of LDAP configuration properties which aren't handled explicitly by the 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:dschema, which can be located at http://shibboleth.net/schema/idp/shibboleth-attribute-resolver-dc.xsd.  

Example

<dc:LDAPProperty name="name1" value="%{jndi.property1}"/>
<dc:LDAPProperty name="name2" value="%{jndi.property2}"/>

Attributes

The following two attributes must be specified

NameTypeDefaultDescription

name

string, required The name of the LDAP option to be set.

value

string, required The value that the option is to be set to.

Child Elements

No Child Elements can be provided

  • No labels