Kerberos SASL-QOP
- Last Updated: October 28, 2021
- 1 minute read
- DataDirect Connectors
- JDBC
- Apache Hive 6.0
- 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. To
configure SAS-QOP on the driver, specify the one of the following quality-of-protection
levels with the SASLQOP property when Kerberos authentication is enabled (AuthenticationMethod=kerberos):
- auth: authentication only (default)
- auth-int: authentication with integrity protection
- auth-conf: authentication with confidentiality protection
If no value is specified, authentication only (auth) is used by default.