Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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:dc schema, which can be is located at http://shibboleth.net/schema/idp/shibboleth-attribute-resolver-dc.xsd.  

Example

Code Block
languagexml
<dc:LDAPProperty name="name1" value="%{jndi.property1}value1"/>
<dc:LDAPProperty name="name2" value="%{jndi.property2}value2"/>

Attributes

The following two attributes must be specified:

NameReq?TypeDefaultDescription

name

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

value

Ystring, requiredString
 The value Value that the option is to be set to.

Child Elements

No Child Elements can be providedchild elements are defined.