Collection Contents Index -kl server option Next PDF

SQL Anywhere® Server - Database Administration  > The Database Server  > The SQL Anywhere database server  > Database server options

-kr server option


Specifies the realm of the Kerberos server principal and enable Kerberos authenticated connections to the database server.

Syntax

{ dbsrv10 | dbeng10 } -kr server-realm ...

Applies to

All operating systems except NetWare and Windows CE.

Remarks

This option specifies the realm of the Kerberos server principal. Normally, the principal used by the database server for Kerberos authentication is server-name@default-realm, where default-realm is the default realm configured for the Kerberos client. Use this option if you want the server principal to use a different realm than the default realm, in which case the server principal used is server-name@server-realm.

Specifying this option enables Kerberos authentication to the database server.

See also
Example

The following command starts a database server that accepts Kerberos logins and uses the principal my_server_princ@MYREALM for authentication.

dbeng10 -kr MYREALM -n my_server_princ C:\kerberos.db

Collection Contents Index -kl server option Next PDF