AUTHORIZE LIST — VMS 5.5-2H4
Writes reports for selected UAF records to a listing file,
SYSUAF.LIS.
Format
LIST [user-spec]
Additional information available:
Parameter
user-spec Specifies the user name or UIC of the desired UAF record. Without the user-spec parameter, AUTHORIZE lists the user records of all users. The asterisk and percent sign wildcards are permitted in the user name.
Qualifiers
Additional information available:
/BRIEF
Specifies that a brief report be written to SYSUAF.LIS. /BRIEF is the default qualifier.
/FULL
Specifies that a full report be written to SYSUAF.LIS, including identifiers held by the user.
Examples
1. UAF> LIST ROBIN/FULL
%UAF-I-LSTMSG1, writing listing file
%UAF-I-LSTMSG2, listing file SYSUAF.LIS complete
This command lists a full report for the user record ROBIN.
/IDENTIFIER
Creates a listing file (RIGHTSLIST.LIS) in which identifier names,
attributes, values, and holders are written.
Format
LIST/IDENTIFIER [id-name]
Additional information available:
Parameter
id-name Specifies an identifier name. You can specify the asterisk wildcard character (*) to list all identifiers. 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 appear.
/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. /FULL is the default listing format.
/USER
/USER=user-spec
Specifies one or more users whose identifiers are to be listed.
User-spec may be a user name or UIC. You can use the asterisk
wildcard to specify multiple user names or UICs. UICs must be
in the form [*,*], [n,*], [*,n], or [n,n]. A wildcard user name
specification (*) lists identifiers alphabetically by user name;
a wildcard UIC specification ([*,*]) lists 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.
Examples
1. UAF> LIST/IDENTIFIER INVENTORY
%UAF-I-LSTMSG1, writing listing file
%UAF-I-RLSTMSG, listing file RIGHTSLIST.LIS complete
The command in this example generates a full listing for the
identifier INVENTORY, including its value (in hexadecimal),
holders, and attributes.
/PROXY
Creates a listing file of the network proxy database entries.
Format
LIST/PROXY
Additional information available:
Example
UAF> LIST/PROXY
%UAF-I-LSTMSG1, writing listing file
%UAF-I-NETLSTMSG, listing file NETPROXY.LIS complete
The command in this example creates a listing file of all the
entries in the network proxy database.
/RIGHTS
Lists identifiers held by the specified identifier or, if /USER is
specified, all identifiers held by the specified users.
Format
LIST/RIGHTS [id-name]
Additional information available:
Parameter
[id-name] Specifies 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 a user whose identifiers are to be listed. User-spec
may be a user name or 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 ([*,*]) lists all identifiers
held by users. The wildcard user name specification lists holders'
user names alphabetically; the wildcard UIC specification lists
them in the numerical order of their UICs.
Example
UAF> LIST/RIGHTS PAYROLL
%UAF-I-LSTMSG1, writing listing file
%UAF-I-RLSTMSG, listing file RIGHTSLIST.LIS complete
The command in this example lists identifiers held by PAYROLL,
providing PAYROLL is the name of a UIC format identifier.