AUTHORIZE REMOVE — MicroVMS 4.4
This command will remove a user authorization record from SYSUAF.DAT.
Format for removing a record from SYSUAF.DAT:
REMOVE username
Additional information available:
Parameters
username username is the name of the authorization record to be removed from SYSUAF.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
record removed from RIGHTSLIST.DAT
The command in this example deletes the identifier Q1SALES from
the rights database.
/PROXY
This qualifier changes the context of REMOVE command. Its presence
indicates that the intention is to remove a record from the Proxy
Login File, NETUAF.DAT. The format for removing a record from
NETUAF.DAT is
REMOVE/PROXY node::remoteusername
where "node::remoteusername" is an entry in NETUAF.DAT for the local node.
Qualifiers
Additional information available:
/REMOVE_IDENTIFIER
/[NO]REMOVE_IDENTIFIER Controls whether the identifier corresponding to the specified username in the rights database is removed. The default is /REMOVE_IDENTIFIER.