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

SQL Anywhere 11.0.1 (中文) » SQL Anywhere 服务器 - 数据库管理 » 启动并连接到数据库 » SQL Anywhere 数据库连接 » Kerberos 验证

 

创建 Kerberos 登录映射

♦  创建 Kerberos 登录映射 (Sybase Central)
  1. 打开 Sybase Central。

  2. 以具有 DBA 权限的用户身份连接到数据库。

  3. 在左窗格中,右击 [登录映射] » [新建] » [登录映射]。

  4. 请按照 [创建登录映射向导] 中的说明进行操作。

♦  创建 Kerberos 登录映射 (SQL)
  1. 以具有 DBA 权限的用户身份连接到数据库。

  2. 执行 GRANT KERBEROS LOGIN TO 语句。

    请参见GRANT 语句

示例

以下 SQL 语句可将 KERBEROS 登录权限授予 Windows 用户 pchin。

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