Kerberos authentication properties
- Last Updated: February 28, 2022
- 1 minute read
- DataDirect Connectors
- JDBC
- Apache Hive 6.0
- Documentation
This section describes the connection properties used to configure Kerberos authentication.
| Property | Characteristic |
|---|---|
|
Determines which authentication method the driver uses when establishing a connection. If set to If set to If set to If set to The default is |
|
| DelegationToken | Specifies the delegation token used to
authenticate processes to the server when Hadoop Delegation Token
Authentication is enabled (AuthenticationMethod=delegationToken). |
| LoginConfigName | Specifies the name of the entry in the JAAS login configuration file that contains the authentication technology used by the driver to establish a Kerberos connection. |
|
Specifies a password that is used to connect to your database. |
|
|
Specifies the service principal name to be used for Kerberos authentication. The driver builds the default value based on the setting of the
ServerName option, using the format
|
|
| SASLQOP | Specifies the quality of protection used for SASL mechanisms
when Kerberos authentication is enabled (AuthenticationMethod=kerberos). If
set to If
set to If set to The default is |
|
Specifies the user name that is used to connect to the database. |