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

SQL Anywhere 11.0.1 (Français) » SQL Anywhere Server - Database Administration » Starting and Connecting to Your Database » SQL Anywhere database connections » Kerberos authentication

 

Create Kerberos login mappings

♦  To create a Kerberos login mapping (Sybase Central)
  1. Open Sybase Central.

  2. Connect to the database as a user with DBA authority.

  3. In the left pane, right-click Login Mappings » New » Login Mapping.

  4. Follow the instructions in the Create Login Mapping Wizard.

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

  2. Execute a GRANT KERBEROS LOGIN TO statement.

    See GRANT statement.

Example

The following SQL statement grants KERBEROS login permission to the Windows user pchin.

GRANT KERBEROS LOGIN TO "pchin@MYREALM.COM" 
AS USER "kerberos-user";