AUTHORIZE SHOW — VMS 5.1-B
The SHOW command outputs a listing of the specified
authorization record(s) to the user's terminal. Unless otherwise
specified by qualifiers, UAF records are listed.
Format for the authorization file:
SHOW [/qualifiers] user-spec
Additional information available:
Qualifiers
Additional information available:
/BRIEF
This qualifier will give an abbreviated listing of the desired record(s). /BRIEF is equivalent to /NOFULL.
/FULL
This qualifier gives complete information on the desired record(s). /FULL is equivalent to /NOBRIEF. /FULL is the default.
/IDENTIFIER
Displays information about the identifier on the current
SYS$OUTPUT device.
Format
SHOW/IDENTIFIER [id-name]
Additional information available:
Parameter
id-name Specifies an identifier name. If you omit the identifier name, you must specify /USER or /VALUE.
Qualifiers
Additional information available:
/USER
/USER=user-spec Specifies one or more users whose identifiers are to be displayed. User-spec may be a username or UIC. You can use the asterisk wildcard to specify multiple usernames or UICs: full use of the asterisk and percent wildcards is permitted for usernames; UICs must be in the form [*,*], [*,n], [n,*], or [n,n]. A wildcard username specification (i.e., *) displays identifiers alphabetically by username; a wildcard UIC specification (i.e., [*,*]) displays them numerically by UIC.
/VALUE
/VALUE=value-specifier
Specifies the value of the identifier to be listed. Valid
formats for the value-specifier are:
IDENTIFIER:integer An integer value in the range of
32768 to 268435455, or a
hexadecimal number in the range
%X00008000 to 0FFFFFFF
UIC:uic A uic value in the standard UIC
format
/PROXY
Displays entries in the network proxy authorization file. The /PROXY
qualifier is required.
Format
SHOW/PROXY node::remote-user
Additional information available:
Parameters
node Specifies the name of a network node in the network proxy authorization file. The asterisk wildcard is permitted in the node specification. remote-user Specifies the name of a user on a remote node. The asterisk wildcard is permitted in the remote-user specification.
/RIGHTS
Displays the names, values, and attributes of all identifiers
held by the specified user(s).
Format
SHOW/RIGHTS [user-spec]
Additional information available:
Parameter
user-spec Is the name of the identifier (usually the username) associated with the user in SYSUAF.DAT. If user-spec is omitted, you must specify the /USER qualifier.
Qualifier
Additional information available:
/USER
/USER=user-spec Specifies one or more users whose identifiers are to be displayed. User-spec may be a username or UIC. You can use the asterisk wildcard to specify multiple usernames or UICs: full use of the asterisk and percent wildcards is permitted for usernames; UICs must be in the form [*,*], [*,n], [n,*], or [n,n]. A wildcard username specification (i.e., *) displays identifiers alphabetically by username; a wildcard UIC specification (i.e., [*,*]) displays them numerically by UIC.
Parameters
user-spec
If a listing is generated from SYSUAF.DAT, then the user may specify
"user-spec" in a variety of ways:
1) wildcarded username (standard DCL wildcarding)
2) wildcarded UIC, as
a) [*,*]
b) [*,n]
c) [n,*]
3) specific username
4) specific UIC.