raviteja_yedlap
10 years agoLevel 3
NBAC access control configuration
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
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.