Restricting access to the NetBackup Administration Console on Windows
Use the following procedure to restrict access to one or more of the NetBackup applications.
To restrict access to one or more of the NetBackup applications
- Create the following file on the Windows system:
install_path\java\auth.conf
Note:
Use the template file available at the same location. The template file contains an example of giving permissions to a user.
- Add an entry in auth.conf for each user that accesses NetBackup applications. The existence of this file, along with the entries it contains, prohibits unlisted users from accessing NetBackupapplications on the Windows system. The following is a sample auth.conf file on a Windows system:
mydomain\Administrator ADMIN=ALL JBP=ALL mydomain\joe ADMIN=ALL JBP=ALL * ADMIN=JBP JBP=ENDUSER+BU+ARC
More Information