The
performs all processing related to SASL PLAIN
authentication.
The PLAIN SASL mechanism provides the ability for clients to
authenticate using a username and password. This authentication
is very similar to standard LDAP simple authentication, with the
exception that it can authenticate based on an authentication ID
(for example, a username) rather than requiring a full DN, and
it can also include an authorization ID in addition to the
authentication ID. Note that the SASL PLAIN mechanism does not
make any attempt to protect the password.
ds-cfg-plain-sasl-mechanism-handler
ds-cfg-sasl-mechanism-handler
org.opends.server.extensions.PlainSASLMechanismHandler
Specifies the name of the identity mapper that is to be used
with this SASL mechanism handler to match the authentication or
authorization ID included in the SASL bind request to the
corresponding user in the directory.
The referenced identity mapper must be enabled when the
is enabled.
ds-cfg-identity-mapper