Versions Compared

Key

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

...

The <SASLConfig> element contains configuration used to perform a SASL bind operation against an LDAP directory.

Reference

localtab-live
Localtabgroup
Expand
titleXML Attributes

Name

Type

Description

mechanism

One of EXTERNAL, GSSAPI, DIGEST_MD5, CRAM_MD5

SASL mechanism name

authorizationId

String

SASL authorization ID, the identity that the client requests to operate under

realm

String

SASL realm

localtab-live
Expand
titleXML Elements

Name

Cardinality

Description

<SASLProperty>

0 or more

SASL property to apply.

Each element contains a pair of XML attributes, name and value, to specify the property to apply.

Example

Code Block
languagexml
<SASLConfig mechanism="GSSAPI" realm="shibboleth.net">
  <SASLProperty name="javax.security.sasl.qop" value="AUTH-INT" />
</SASLConfig>

...