Specifies the realm of the Kerberos server principal and enable Kerberos authenticated connections to the database server.
{ dbsrv11 | dbeng11 } -kr server-realm ...
All operating systems except Windows Mobile.
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.
The following command starts a database server that accepts Kerberos logins and uses the principal my_server_princ@MYREALM for authentication.
dbeng11 -kr MYREALM -n my_server_princ C:\kerberos.db |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |