AUTHORIZE SHOW — VMS 5.5-2H4
Displays reports for selected UAF records on the current
SYS$OUTPUT device.
Format
SHOW user-spec
Additional information available:
Parameter
user-spec Specifies the user name or UIC of the desired UAF record. If you omit the user-spec parameter, the UAF records of all users are listed. The asterisk and percent sign wildcard characters are permitted in the user name.
Qualifiers
Additional information available:
/BRIEF
Specifies that a brief report be displayed. If you omit the /BRIEF qualifier, a full report is displayed.
/FULL
Specifies that a full report be displayed, including identifiers held by the user. Full reports include the details of the limits, privileges, login flags, and the command interpreter as well as the identifiers held by the user. The password is never listed.
Example
UAF> SHOW ROBIN
The command in this example displays a full report for the
user ROBIN. The display corresponds to the first example in the
description of the ADD command. Note that most defaults are in
effect.
Username: ROBIN Owner: JOSEPH ROBIN
Account: VMS UIC: [14,6] ([INV,ROBIN])
CLI: DCL Tables: DCLTABLES
Default: SYS$USER:[ROBIN]
LGICMD:
Login Flags:
Primary days: Mon Tue Wed Thu Fri
Secondary days: Sat Sun
No access restrictions
Expiration: (none) Pwdminimum: 6 Login Fails: 0
Pwdlifetime: (none) Pwdchange: 15-APR-1989 14:08
Last Login: (none) (interactive), (none) (non-interactive)
Maxjobs: 0 Fillm: 20 Bytlm: 12480
Maxacctjobs: 0 Shrfillm: 0 Pbytlm: 0
Maxdetach: 0 BIOlm: 6 JTquota: 1024
Prclm: 2 DIOlm: 6 WSdef: 300
Prio: 4 ASTlm: 10 WSquo: 350
Queprio: 0 TQElm: 10 WSextent: 700
CPU: (none) Enqlm: 30 Pgflquo: 12480
Authorized Privileges:
TMPMBX NETMBX
Default Privileges:
TMPMBX NETMBX
Identifier Value Attributes
CLASS_CA101 %X80010032 NORESOURCE NODYNAMIC
CLASS_PY102 %X80010049 NORESOURCE NODYNAMIC
NOTE
The quotas Pbytlm and Queprio are not implemented for
Version 5.5.
/IDENTIFIER
Displays information about an identifier, such as its name, value,
attributes, and holders, on the current SYS$OUTPUT device.
Format
SHOW/IDENTIFIER [id-name]
Additional information available:
Parameter
id-name Specifies an identifier name. The identifier name is a string of 1 through 31 alphanumeric characters that may contain underscores and dollar signs. The name must contain at least one nonnumeric character. If you omit the identifier name, you must specify /USER or /VALUE.
Qualifiers
Additional information available:
/BRIEF
Specifies a brief listing, in which only the identifier name, value, and attributes are displayed. The default format is /BRIEF.
/FULL
Specifies a full listing in which the names of the identifier's holders are displayed along with the identifier's name, value, and attributes.
/USER
/USER=user-spec
Specifies one or more users whose identifiers are to be displayed.
User-spec can be a user name or a UIC. You can use the asterisk
wildcard to specify multiple UICs or all user names. UICs must
be in the form [*,*], [n,*], [*,n], or [n,n]. A wildcard user
name specification (*) displays identifiers alphabetically by
user name; a wildcard UIC specification ([*,*]) displays them
numerically by UIC.
/VALUE
/VALUE=value-specifier
Specifies the value of the identifier to be listed. The following
are valid formats for the value-specifier:
IDENTIFIER:integer An integer value in the range of 65,536 to
268,435,455. You may also specify the value
in hexadecimal (precede the value with %X) or
octal (precede the value with %O).
Note that %X80000000 is added to the value
you specify in order to differentiate general
identifiers from UIC identifiers.
UIC:uic A UIC value in the standard UIC format.
Example
UAF> SHOW/IDENTIFIER/FULL INVENTORY
The command in this example would produce output similar to the
following:
Name Value Attributes
INVENTORY %X80010006 NORESOURCE NODYNAMIC
Holder Attributes
ANDERSON NORESOURCE NODYNAMIC
BROWN NORESOURCE NODYNAMIC
CRAMER NORESOURCE NODYNAMIC
/PROXY
Displays all authorized proxy access for the specified remote
user.
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 user name or UIC of a user on a remote node. The asterisk wildcard is permitted in the remote-user specification.
Example
UAF> SHOW/PROXY SAMPLE::[200,100]
Default proxies are flagged with an *
SAMPLE::[200,100]
MARCO * PROXY2
PROXY3
The command in this example displays all authorized proxy
access for the user on node SAMPLE with a UIC of [200,100].
The default proxy account can be changed from MARCO to PROXY2
or PROXY3 with the MODIFY/PROXY command.
/RIGHTS
Displays the identifiers held by the specified identifiers or, if
/USER is specified, all identifiers held by the specified users.
Format
SHOW/RIGHTS [user-spec]
Additional information available:
Parameter
[user-spec] The name of the identifier associated with the user. Specify the identifier in UIC format. If you omit the identifier name, you must specify the /USER qualifier.
Qualifier
Additional information available:
/USER
/USER=user-spec
Specifies one or more users whose identifiers are to be listed.
User-spec can be a user name or a UIC. You can use the asterisk
wildcard to specify multiple UICs or all user names. UICs must
be in the form [*,*], [n,*], [*,n], or [n,n]. A wildcard user
name specification (*) or wildcard UIC specification ([*,*])
displays all identifiers held by users. The wildcard user name
specification displays holders' user names alphabetically; the
wildcard UIC specification displays them in the numerical order of
their UICs.
Example
UAF> SHOW/RIGHTS ANDERSON
This command displays all identifiers held by the user
ANDERSON. For example:
Name Value Attributes
INVENTORY %X80010006 NORESOURCE NODYNAMIC
PAYROLL %X80010022 NORESOURCE NODYNAMIC
Note that the following formats of the command produce the same
result:
SHOW/RIGHTS/USER=ANDERSON
SHOW/RIGHTS/USER=[300,015]