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";