The Shibboleth IdP V4 software has reached its End of Life and is no longer supported. This documentation is available for historical purposes only. See the IDP5 wiki space for current documentation on the supported version.
SASLConfig
Namespace: urn:mace:shibboleth:2.0:resolver
Schema: http://shibboleth.net/schema/idp/shibboleth-attribute-resolver.xsd
Overview
The <SASLConfig>
 element contains configuration used to perform a SASL bind operation against an LDAP directory.
Reference
Example
<SASLConfig mechanism="GSSAPI" realm="shibboleth.net">
<SASLProperty name="javax.security.sasl.qop" value="AUTH-INT" />
</SASLConfig>
Â