You can remove a Kerberos login mapping using either Sybase Central or a SQL statement.
To revoke a Kerberos login mapping (Sybase Central)
Connect to the database as a user with DBA authority.
Open the Login Mappings folder.
In the right pane, select the login mapping you want to remove, and then choose File » Delete.
To revoke a Kerberos login mapping (SQL)
Connect to the database as a user with DBA authority.
Execute a REVOKE KERBEROS LOGIN FROM statement.
See REVOKE statement.
The following SQL statement removes KERBEROS login permission from the Windows user pchin.
REVOKE KERBEROS LOGIN FROM "pchin@MYREALM.COM"; |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |