skip to main content
Part 1: Getting Started : Advanced Features : Using Security : Authentication
  
Authentication
On most computer systems, a password is used to prove a user's identity. This password often is transmitted over the network and can possibly be intercepted by malicious hackers. Because this password is the one secret piece of information that identifies a user, anyone knowing a user's password can effectively be that user. Authentication methods protect the identity of the user.
The drivers support the following authentication methods:
*User ID/password authentication authenticates the user to the database using a database user name and password.
*Client authentication uses the user ID and password of the user logged onto the system on which the driver is running to authenticate the user to the database. The database server relies on the client to authenticate the user and does not provide additional authentication.
*Kerberos authentication is a trusted third-party authentication service that verifies user identities. DataDirect Connect Series for ODBC supports both Windows Active Directory Kerberos and MIT Kerberos implementations.
*NTLM authentication authenticates clients to the database through a challenge-response authentication mechanism that enables clients to prove their identities without sending a database password to the server.
* Kerberos Authentication
* NTLM Authentication