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 » The Database Server » The SQL Anywhere database server » Database server options

-k server option Next Page

-kl server option


Specifies the file name of the Kerberos GSS-API library (or shared object on Unix) and enable Kerberos authenticated connections to the database server.

Syntax

{ dbsrv10 | dbeng10 } -kl GSS-API-library-file ...

Applies to

All operating systems except NetWare and Windows CE.

Remarks

This option specifies the location and name of the Kerberos GSS-API. This option is only required if the Kerberos client uses a different file name for the Kerberos GSS-API library than the default, or if there are multiple GSS-API libraries installed on the computer running the database server. A Kerberos client must already be installed and configured, and SSPI cannot be used by the database server.

Specifying this option enables Kerberos authentication to the database server.

See also
Example

The following command starts a database server that uses the libgssapi_krb5.so shared object for Kerberos authentication.

dbsrv10 -kl libgssapi_krb5.so -n my_server_princ /opt/myapp/kerberos.db