Forum Discussion

raviteja_yedlap's avatar
9 years ago

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 acces...
  • Nicolai's avatar
    9 years ago

    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.