GRANT KERBEROS LOGIN Statement

Creates a Kerberos-authenticated login mapping from one or more Kerberos principals to an existing database user ID. This allows a user who has successfully logged in to Kerberos (user who has a valid Kerberos ticket-granting ticket) to connect to a database without having to provide a user ID or password.

Quick Links:

Go to Parameters

Go to Standards

Go to Permissions

Syntax

GRANT KERBEROS LOGIN
  TO client-Kerberos-principal [, …]
  AS USER userID [,...]

Parameters

(back to top)

Standards

(back to top)

  • SQL–other syntaxes are vendor extensions to ISO/ANSI SQL grammar.

  • SAP Sybase Database product–the security model is different in Adaptive Server and SAP Sybase IQ, so other syntaxes differ.

Permissions

(back to top)

Requires the MANAGE ANY USER system privilege.

Related reference
REVOKE KERBEROS LOGIN Statement