Forum Discussion

qox's avatar
qox
Level 3
6 days ago

How to configure RBAC

I've created a new user account in the master server to be used for logging into both the Java application and the new web UI. It worked in the java, but needs RBAC configuration in the web. Can som...
  • davidmoline's avatar
    6 days ago

    Hi qox 

    There are two ways to do this. 

    1. Use the WebUI, log in with an account with Security administration privileges (if you have access to root this account can be used). Go to the RBAC section and selecrt the role you wish to assign to the user (Administrator gives full control). Once in the role, enter the new user (or user group) and add them in. That simple.

    2. Use the command line. Use the bpnbaz command to add the user (this is really only useful to add the user to the Administrator role). The syntax is like this: 

    /usr/openv/netbackup/bin/admincmd/bpnbaz -AddRBACPrincipal -User unixpwd:<master server name>:<user>

    For more details refer to the NetBackup Web UI Administrator's Guide.

    Cheers
    David