sp_logininfo

Description

(Windows only) Displays all roles granted to Windows NT users and groups with sp_grantlogin.

Syntax

sp_logininfo ["login_name" | "group_name"]

Parameters

login_name

is the network login name of the Windows NT user.

group_name

is the Windows NT group name.

Examples

Example 1

Displays the permissions granted to the Windows NT user “regularjoe”:

sp_logininfo regularjoe
account name    mapped login name  type            privilege
--------------- ------------------ --------------- -------------- 
HAZE\regularjoe HAZE_regularjoe    user            'oper_role'

Example 2

Displays all permissions that were granted to Windows NT users and groups with sp_grantlogin:

sp_logininfo
account name            mapped login name       type        privilege
---------------         -------------------     ------------  ------------
BUILTIN\Administrators  BUILTIN\Administrators  group 
        'sa_role sso_role oper_role sybase_ts_role navigator_role
              replication_role'
HAZE\regularjoe         HAZE_regularjoe        user         'oper_role'
PCSRE\randy             PCSRE_alexander        user         'default'

Usage

Permissions

The permission checks for sp_logininfo differ based on your granular permissions settings.

Granular permissions enabled

With granular permissions enabled, you must be a user with manage roles privilege.

Granular permissions disabled

With granular permissions disabled, you must be a user with sa_role.

Auditing

Values in event and extrainfo columns from the sysaudits table are:

Event

Audit option

Command or access audited

Information in extrainfo

38

exec_procedure

Execution of a procedure

  • Roles – Current active roles

  • Keywords or options – NULL

  • Previous value – NULL

  • Current value – NULL

  • Other information – All input parameters

  • Proxy information – Original login name, if set proxy in effect

See also

Commands grant, setuser

System procedures sp_displaylogin, sp_grantlogin, sp_revokelogin, sp_role, sp_who