Difference between revisions of "AUTHORIZE"

From VSI OpenVMS Wiki
Jump to: navigation, search
(Added uses, comments on execution, and links)
m
Line 20: Line 20:
  
 
[[Category:Utilities]]
 
[[Category:Utilities]]
 +
[[Category:User Management]]

Revision as of 12:37, 28 November 2019

AUTHORIZE is is a system management tool that allows you to control access to the system and to allocate resources to users. AUTHORIZE.EXE resides in SYS$SYSTEM and can be invoked with MCR or RUN.

Uses

AUTHORIZE can be used to:

  • create, delete and modify user records
  • add, remove, grant and revoke identifiers
  • create network proxies

Files used by AUTHORIZE

  • SYSUAF.DAT is the user database file. By default, it resides in SYS$SYSTEM, but the system looks for it in the default directory when AUTHORIZE is invoked. The SYSUAF logical name can be defined to point to the current location of the user database file.
  • RIGHTSLIST.DAT stores rights identifiers
  • NETPROXY.DAT and NET$PROXY.DAT store proxy information

See also