cancel
Showing results for 
Search instead for 
Did you mean: 

NBAC access control configuration

raviteja_yedlap
Level 3

Hi,

How to find out whether netbackup access control is already configured on master server.I am implementing a scripted procedure for NBAC access control configuration.I have to find out if access control is already configured.As of now,i am checking for nbazd deamon(authorization deamon) for access control configuration which is already done,is this correct? .Please help me in solving this issue.

Thanks in advance

Regards,

Raviteja

1 ACCEPTED SOLUTION

Accepted Solutions

Nicolai
Moderator
Moderator
Partner    VIP   

Look for the lines in bp.conf :

AUTHENTICATION_DOMAIN = 
AUTHORIZATION_SERVICE = 

and if USE_VXSS also in bp.conf set to either REQUIRED or AUTOMATIC.

If USE_VXSS is set to PROHIBITED, NBAC is disabled regardless of other configuration lines.

View solution in original post

6 REPLIES 6

Nicolai
Moderator
Moderator
Partner    VIP   

Look for the lines in bp.conf :

AUTHENTICATION_DOMAIN = 
AUTHORIZATION_SERVICE = 

and if USE_VXSS also in bp.conf set to either REQUIRED or AUTOMATIC.

If USE_VXSS is set to PROHIBITED, NBAC is disabled regardless of other configuration lines.

Marianne
Moderator
Moderator
Partner    VIP    Accredited Certified

Please ALWAYS mention or select NBU version and OS on the master.

Config and commands are different across NBU versions and OS-families.

nbutech
Level 6
Accredited Certified

You can use the bpnbat -login command and bpnbat -whoami command for quick verification as well

 

 

 

raviteja_yedlap
Level 3
Hi Marianne, We are using Netbackup 7.7 on RHEL Linux o.s Regards, Raviteja

Marianne
Moderator
Moderator
Partner    VIP    Accredited Certified
Please reply to other posts as well... Thanks!

raviteja_yedlap
Level 3

Hi,

Thanks Nicolai and nbutech for helping me.Solution posted by Nicolai looks promising,

Regards,

Raviteja