Revoke Kerberos login permission

 To 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 choose Delete.

  4. Click Yes.

 To 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 REVOKE statement.

 Example