Chapter 12. Managing SASL
Red Hat Directory Server supports LDAP client authentication through the Simple Authentication and Security Layer (SASL), an alternative to TLS/SSL and a native way for some applications to share information securely.
Directory Server supports SASL authentication using the DIGEST-MD5
and GSS-API
mechanisms, allowing Kerberos tickets to authenticate sessions and encrypt data. This chapter describes how to use SASL with Directory Server.
SASL is a framework, meaning it sets up a system that allows different mechanisms to be used to authenticate a user to the server, depending on what mechanism is enabled in both client and server applications.
SASL can also set up a security layer for an encrypted session. Directory Server utilizes the GSS-API
mechanism to encrypt data during sessions.
SASL data encryption is not supported for client connections that use TLS/SSL.