Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - Database Administration » SQL Anywhere database connections » Database connections » Kerberos authentication

 

Revoking a Kerberos login mapping

You can use Sybase Central to revoke a Kerberos login mapping.

Prérequis

You must already have Kerberos configured before SQL Anywhere can use it. You must already have your SQL Anywhere database server and database configured to use Kerberos.

The database user and the Kerberos principal must already exist.

You must have the MANAGE ANY USER system privilege and either the SELECT ANY TABLE system privilege or the SELECT privilege on the SYSLOGINMAP system view.

Contexte et remarques

A Kerberos login mapping is the connection between the user ID that logs in to the computer or network, and the database user.

 Task
  1. Use the SQL Anywhere 16 plug-in to connect to the database.

  2. In the left pane, click Login Mappings.

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

  4. Click Yes.

Résultat

The Kerberos login mapping is revoked.

 See also