skip to main content
Using the driver : Authentication
  

Try DataDirect Drivers Now

Authentication

The driver supports user ID/password and Kerberos authentication with the AuthenticationMethod connection property.
When AuthenticationMethod=userIdPassword (default), the driver uses SCRAM-SHA-1 user ID/password authentication. The User property provides the user ID, and the Password property provides the password.
When AuthenticationMethod=kerberos, the driver uses Kerberos 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.
* Configuring user ID/password authentication
* Configuring the driver for Kerberos authentication