Revoking Kerberos login permission

 Revoke a Kerberos login mapping (Sybase Central)
  1. Use the SQL Anywhere 12 plug-in to connect to the database as a user with DBA authority.

  2. In the left pane, click Login Mappings.

  3. In the right pane, right-click the login mapping and click Delete.

  4. Click Yes.

 Revoke a Kerberos login mapping (SQL)
  1. Connect to the database as a user with DBA authority.

  2. Execute a REVOKE KERBEROS LOGIN FROM statement.

 See also
 Example