You can remove a Kerberos login mapping using either Sybase Central or a SQL statement.
Connect to the database as a DBA user.
Open the Login Mappings folder.
In the right pane, select the login mapping you want to remove, and then choose File > Delete.
Connect to the database as a DBA user.
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"