You can create a Kerberos login mapping using either Sybase Central or a SQL statement.
To create a Kerberos login mapping (Sybase Central)
Connect to the database as a user with DBA authority.
Open the Login Mappings folder.
From the File menu, choose New » Login Mapping.
The Create Login Mapping Wizard appears.
To create a Kerberos login mapping (SQL)
Connect to the database as a user with DBA authority.
Execute a GRANT KERBEROS LOGIN TO statement.
See GRANT statement.
The following SQL statement grants KERBEROS login permission to the Windows user pchin.
GRANT KERBEROS LOGIN TO "pchin@MYREALM.COM" AS USER "kerberos-user"; |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |