AUTHORIZE GRANT — VMS 5.5-2H4
Additional information available:
/IDENTIFIER
Assigns the specified identifier to the user and documents the
user as a holder of the identifier in the rights database.
Format
GRANT/IDENTIFIER id-name user-spec
Additional information available:
Parameters
id-name Specifies the 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. user-spec Specifies the UIC identifier that uniquely identifies the user on the system. This type of identifier appears in alphanumeric format, for example, [GROUP1,JONES].
Qualifier
Additional information available:
/ATTRIBUTES
/ATTRIBUTES=(keyword[,...])
Specifies attributes to be associated with the identifier. The
following are valid keywords:
[NO]RESOURCE Determines whether holders of the identifier may
charge resources to it. The default is NORESOURCE.
[NO]DYNAMIC Determines whether unprivileged holders of the
identifier can add or remove it from the process
rights list. The default is NODYNAMIC.
Example
UAF> GRANT/IDENTIFIER INVENTORY [300,015]
%UAF-I-GRANTMSG, identifier INVENTORY granted to CRAMER
The command in this example grants the identifier INVENTORY
to a user with the UIC [300,015]. The user Cramer becomes the
holder of the identifier and any resources associated with it.
The following command produces the same result:
UAF> GRANT/IDENTIFIER INVENTORY CRAMER