LDAP 

The second tab is the global configuration about a single LDAP server.

Sections:

Server 

Choose your LDAP type (OpenLDAP or Active Directory). This is used internally to follow (or not) referrals returned by the LDAP server and to help you with suggested mapping configuration.

Character set 

Character set of your LDAP connection. Usually utf-8.

Host 

Host of your LDAP. You may use either a host name / IP address or prefix it with a protocol such as ldap://<hostname> or ldaps://<hostname> (latter in case you want to connect with SSL).

Port 

Port your LDAP uses. Default LDAP ports are 389 (ldap://) and 636 (ldaps://).

TLS 

Whether you want to use TLS, that is typically start with an connection on default port 389 and then set up an encrypted connection.

SSL 

Whether you want to use SSL, that is start with an encrypted connection on default port 636.

Bind DN 

DN of the LDAP user you will use to connect to the LDAP server. The DN is composed of a series of RDN's which are the unique (or unique'ish) attributes at each level in the DIT. The following diagram illustrates building up the DN from the RDN's.

DN is the sum of all RDNs

Building up the DN (Distinguished Name) from the RDN's (Relative Distinguished Names)

Example:

cn=Robert Smith,ou=people,dc=example,dc=com
Copied!

Password 

This password is the same password used in association with the Bind DN user account to connect to the LDAP server.