Veritas Access 7.3 Administrator's Guide
- Section I. Introducing Veritas Access
- Section II. Configuring Veritas Access
- Adding users or roles
- Configuring the network
- Configuring authentication services
- Section III. Managing Veritas Access storage
- Configuring storage
- About Flexible Storage Sharing
- Configuring data integrity with I/O fencing
- Configuring ISCSI
- Configuring storage
- Section IV. Managing Veritas Access file access services
- Configuring your NFS server
- Setting up Kerberos authentication for NFS clients
- Using Veritas Access as a CIFS server
- About Active Directory (AD)
- About configuring CIFS for Active Directory (AD) domain mode
- About setting trusted domains
- About managing home directories
- About CIFS clustering modes
- About migrating CIFS shares and home directories
- About managing local users and groups
- Configuring Veritas Access to work with Oracle Direct NFS
- Configuring an FTP server
- Configuring your NFS server
- Section V. Managing the Veritas Access Object Store server
- Section VI. Monitoring and troubleshooting
- Section VII. Provisioning and managing Veritas Access file systems
- Creating and maintaining file systems
- Considerations for creating a file system
- Modifying a file system
- Managing a file system
- Creating and maintaining file systems
- Section VIII. Configuring cloud storage
- Configuring the cloud gateway
- Configuring cloud as a tier
- About policies for scale-out file systems
- Section IX. Provisioning and managing Veritas Access shares
- Creating shares for applications
- Creating and maintaining NFS shares
- Creating and maintaining CIFS shares
- Using Veritas Access with OpenStack
- Section X. Managing Veritas Access storage services
- Deduplicating data
- Compressing files
- About compressing files
- Compression tasks
- Configuring SmartTier
- Configuring SmartIO
- Configuring replication
- Replication job failover and failback
- Using snapshots
- Using instant rollbacks
- Configuring Veritas Access with the NetBackup client
- Section XI. Reference
About configuring LDAP settings
The Lightweight Directory Access Protocol (LDAP) is the protocol used to communicate with LDAP servers. The LDAP servers are the entities that perform the service. In Veritas Access, the most common use of LDAP is for user authentication.
For sites that use an LDAP server for access or authentication, Veritas Access provides a simple LDAP client configuration interface.
Before you configure Veritas Access LDAP settings, obtain the following LDAP configuration information from your system administrator:
IP address or host name of the LDAP server. You also need the port number of the LDAP server.
Base (or root) distinguished name (DN), for example:
cn=employees,c=us
LDAP database searches start here.
Bind distinguished name (DN) and password, for example:
ou=engineering,c=us
This allows read access to portions of the LDAP database to search for information.
Base DN for users, for example:
ou=users,dc=com
This allows access to the LDAP directory to search for and authenticate users.
Base DN for groups, for example:
ou=groups,dc=com
This allows access to the LDAP database, to search for groups.
Base DN for Netgroups, for example:
ou=netgroups,dc=com
This allows access to the LDAP database, to search for Netgroups.
Root bind DN and password. This allows write access to the LDAP database, to modify information, such as changing a user's password.
Secure Sockets Layer (SSL). Configures a cluster to use the Secure Sockets Layer (SSL) protocol to communicate with the LDAP server.
Password hash algorithm, for example, md5, if a specific password encryption method is used with your LDAP server.