AUTHORIZE REMOVE — VMS 5.5-2H4
Deletes a SYSUAF user record and corresponding identifiers in the
rights database. The DEFAULT and SYSTEM records cannot be deleted.
Format
REMOVE username
Additional information available:
Parameter
username Specifies the name of a user in the SYSUAF.
Qualifier
Additional information available:
/REMOVE_IDENTIFIER
/REMOVE_IDENTIFIER (default)
/NOREMOVE_IDENTIFIER
Specifies whether the user name and account name identifiers
should be removed from the rights database when a record is
removed from the UAF. If there are two UAF records with the same
UIC, the user name identifier is removed only when the second
record is deleted. Similarly, the account name identifier is
removed only if there are no remaining UAF records with the same
group as the deleted record.
Example
UAF> REMOVE ROBIN
%UAF-I-REMMSG, record removed from SYSUAF.DAT
%UAF-I-
RDBREMMSGU, identifier ROBIN value: [000014,000006] removed from
RIGHTSLIST.DAT
The command in this example deletes the record for user ROBIN
from the SYSUAF and ROBIN's UIC identifier from RIGHTSLIST.DAT.
/IDENTIFIER
Removes an identifier from the rights database.
Format
REMOVE/IDENTIFIER id-name
Additional information available:
Parameter
id-name Specifies the name of an identifier in the rights database.
Example
UAF> REMOVE/IDENTIFIER Q1SALES
%UAF-I-RDBREMMSGU, identifier Q1SALES value %X80010024 removed from
RIGHTSLIST.DAT
The command in this example removes the identifier Q1SALES from
the rights database. All of its holder records are removed with
it.
/PROXY
Deletes network proxy access for the specified remote user.
Format
REMOVE/PROXY node::remote-user [local-user,...]
Additional information available:
Parameters
node Specifies the name of a network node in the network UAF. remote-user Specifies the user name or UIC of a user on a remote node. The asterisk wildcard character is permitted in the remote-user specification. local-user Specifies the user name of from 1 to 16 users on the local node. If no local user is specified, proxy access to all local accounts is removed.
Example
UAF> REMOVE/PROXY MISHA::MARCO
%UAF-I-NAFDONEMSG, record removed from NETPROXY.DAT
The command in this example deletes the record for MISHA::MARCO
from the network proxy authorization file, removing all proxy
access to the local node for user MARCO on node MISHA.