Authorizing Users for Specific Applications
To authorize users for a subset of the NetBackup-Java administrator applications, use the ADMIN keyword with identifiers in the auth.conf file. For example, to give a user (joe) access to device and activity monitoring only, use the following format:
mydomain\joe ADMIN=DM+AM
| auth.conf ADMIN Identifiers for Administrator Applications
|
AM
|
Activity Monitor
|
BPM
|
Backup Policy Manager
|
CAT
|
Catalog
|
DM
|
Device Monitor
|
HPD
|
Host Properties
|
JBP
|
Backup, Archive, and Restore
|
MM
|
Media Manager
|
REP
|
Reports
|
SUM
|
Storage Unit Manager
|
VLT
|
Vault Management
|
To authorize users for a subset of Backup, Archive, and Restore capabilities, use the JBP keyword with identifiers in the auth.conf file. For example, to give a user (jan) permission to restore but not back up or archive files, use the following format:
mydomain\jan ADMIN=JBP JBP=ENDUSER
|