Forum Discussion

raviteja_yedlap's avatar
10 years ago
Solved

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.

  • 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.

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

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

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

     

     

     

  • Hi,

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

    Regards,

    Raviteja