Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. NetBackup™ Web UI Administrator's Guide
  3. Section I. Managing security
  4. Managing role-based access control
  5. Configuring RBAC
  6. Add AD or LDAP domains

Add AD or LDAP domains

NetBackup RBAC in the NetBackup web UI supports domain users of Active Directory (AD) or Lightweight Directory Access Protocol (LDAP). Before you can add access rules for domain users, you must add the AD or the LDAP domain. A domain also must be added before you can configure that domain for smart card authentication.

You can use the POST /security/domains/vxat API or the vssat command to configure domains.

To add an AD or an LDAP domain with the vssat command

  1. Ensure that the user account (in the -m option) has the required rights to query the AD or the LDAP server.
  2. Log on to the master server as root or administrator.
  3. Run the following command.
    vssat addldapdomain -d DomainName -s server_URL -u user_base_DN -g group_base_DN 
    -t rfc2307 | msad -m admin_user_DN 
    

    For example, to add an LDAP domain:

    vssat addldapdomain -d nbudomain -s ldap://example.com -u "OU=Users,DC=example,DC=com" 
    -g "OU=Groups,DC=example,DC=com" -m "CN=TestUser,OU=Users,DC=example,DC=com" -t msad
  4. Verify that the specified AD or LDAP domain was successfully added.

    vssat validateprpl

For more information on the vssat command and more of its options, see the NetBackup Command Reference Guide.

Feedback

Was this page helpful?
Previous

Upgrading API key users to NetBackup 8.3

Next

Add an RBAC role

Feedback

Was this page helpful?