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

SQL Anywhere 10.0.1 » SQL Anywhere Server - Database Administration » Connecting to a Database » Using Kerberos authentication

Setting up Kerberos authentication Next Page

Creating Kerberos login mappings


You can create a Kerberos login mapping using either Sybase Central or a SQL statement.

To create a Kerberos login mapping (Sybase Central)
  1. Connect to the database as a DBA user.

  2. Open the Login Mappings folder.

  3. From the File menu, choose New > Login Mapping.

    The Create Login Mapping wizard appears.

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

  2. Execute a GRANT KERBEROS LOGIN TO statement.

    See GRANT statement.

  3. 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"