LDAP User Authentication Configuration

The LDAP user authentication allows you to use LDAP enterprise-wide passwords instead of Replication Server passwords.

Replication Server uses the OpenLDAP API for the LDAP user authentication and this API supports LDAPv3.

When connecting to an LDAP server as a client, Replication Server supports any LDAP server, which conforms with a standard LDAP protocol, including Microsoft Windows Active Directory and OpenLDAP directory servers.

The primary data structure used with the LDAP protocol is the LDAP URL, which specifies a set of objects or values on an LDAP server. Replication Server uses LDAP URLs to specify an LDAP server, and search criteria to authenticate user login requests.

The LDAP URL uses this syntax:
ldapurl:=ldap://host:port/node?attribute?[base | one | sub]?filter
where:
An example of the LDAP URL:
ldap://john.doe.com:8888/dc=doe,dc=com??SUB?(cn=*)