Kerberos SASL-QOP
- Last Updated: February 12, 2024
- 1 minute read
- DataDirect Connectors
- JDBC
- Documentation
The driver supports Kerberos SASL-QOP data integrity and confidentiality.
SASL-QOP is configured on the server side as part of a Kerberos configuration. When
Kerberos authentication is enabled through the driver (AuthenticationMethod=kerberos), the driver automatically detects and
abides by the server's SASL-QOP configuration at connection time. The driver supports
the following SASL-QOP values.
- auth: authentication only (default)
- auth-int: authentication with integrity protection
- auth-conf: authentication with confidentiality protection