Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - Database Administration » Connection Parameters and Network Protocol Options » Connection parameters

Integrated connection parameter [INT] Next Page

Kerberos connection parameter [KRB]


Specifies whether Kerberos authentication can be used when connecting to the database server.

Usage

All platforms except Windows CE and NetWare.

Values

YES, NO, SSPI, or GSS-API-library-file

Default

NO

Remarks

The Kerberos [KRB] connection parameter has the following settings:

The UserID and Password connection parameters are ignored when using a Kerberos authenticated login.

To use Kerberos authentication, a Kerberos client must already be installed and configured (nothing needs to be done for SSPI), the user must have already logged in to Kerberos (have a valid ticket-granting ticket), and the database server must have enabled and configured Kerberos authenticated logins.

See also
Examples
Kerberos=YES
Kerberos=SSPI
Kerberos=c:\Program Files\MIT\Kerberos\bin\gssapi32.dll