External SASL Mechanism Handler

The External SASL Mechanism Handler performs all processing related to SASL EXTERNAL authentication.

Parent

The External SASL Mechanism Handler object inherits from SASL Mechanism Handler.

Dependencies

External SASL Mechanism Handlers depend on the following objects:

Basic Properties

certificate-attribute

SynopsisSpecifies the name of the attribute to hold user certificates.
DescriptionThis property must specify the name of a valid attribute type defined in the server schema.
Default Value

userCertificate

Allowed Values

The name of an attribute type defined in the LDAP schema.

Multi-valued

No

Required

No

Admin Action Required

None

Advanced

No

Read-Only

No

certificate-mapper

SynopsisSpecifies the name(s) of the certificate mapper(s) that should be used to match client certificates to user entries.
Default Value

None

Allowed Values

The name of an existing Certificate Mapper .

The referenced certificate mapper(s) must be enabled when the External SASL Mechanism Handler is enabled.

Multi-valued

Yes

Required

Yes

Admin Action Required

None

Advanced

No

Read-Only

No

certificate-validation-policy

SynopsisIndicates whether to attempt to validate the peer certificate against a certificate held in the user's entry.
Default Value

None

Allowed Values

always: Always require the peer certificate to be present in the user's entry.

ifpresent: If the user's entry contains one or more certificates, require that one of them match the peer certificate.

never: Do not look for the peer certificate to be present in the user's entry.

Multi-valued

No

Required

Yes

Admin Action Required

None

Advanced

No

Read-Only

No

enabled

SynopsisIndicates whether the SASL mechanism handler is enabled for use.
Default Value

None

Allowed Values

true

false

Multi-valued

No

Required

Yes

Admin Action Required

None

Advanced

No

Read-Only

No

Advanced Properties

Use the --advanced option to access advanced properties.

java-class

SynopsisSpecifies the fully-qualified name of the Java class that provides the SASL mechanism handler implementation.
Default Value

org.opends.server.extensions.ExternalSASLMechanismHandler

Allowed Values

A Java class that extends or implements:

  • org.opends.server.api.SASLMechanismHandler

Multi-valued

No

Required

Yes

Admin Action Required

The object must be disabled and re-enabled for changes to take effect.

Advanced

Yes

Read-Only

No

Read a different version of :