Property
|
Characteristic
|
Determines which authentication method the driver uses when establishing a connection.
If set to kerberos, the driver uses Kerberos authentication.
If set to userIdPassword, the driver uses user ID/password authentication.
If set to none, the driver does not attempt to verify the user ID and password. When a packet is passed to the server, a value of Anonymous is specified for the user ID and password. This setting is used when the server is not configured to authenticate user logon information.
The default is userIdPassword.
|
|
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 hive/server_name.
|
|
Specifies the user name that is used to connect to the database.
|