Option | Description |
Host name | The name of the LDAP server (for example, ldap.acme.corp). |
Port | Optional. The port on which the LDAP server is running. If omitted, the default port 389 is used for standard connections (ldap) or 636 is used for secure connections (ldaps). |
base | The base DN (that is, the top level) of your LDAP directory tree (for example, dc=domain, dc=com). |
Password | The password for connecting to the LDAP server. |
bind_dn | The user with whom the connection to the LDAP is to be established (for example, cn=administrator). |
Option | Description |
dn | The distinguished name for the user or group schema. |
prefix | A prefix such as the common name (for example cn=users or cn=groups). |
classes | An object class (for example, person or PosixGroup). |
Note: | For more detailed information on the string representation of distinguished names, see http://www.ietf.org/rfc/rfc4514.txt?number=2253. |