LDAP Search
The LDAP Search feature helps administrators check LDAP configuration.
These are the available parameters:
| Field | Description |
|---|---|
| Host | The LDAP host. |
| User | The LDAP user’s distinguished name. |
| Password | The LDAP user’s password. |
| Search base | The LDAP search base. |
| Search filter | The filter used in the LDAP search. |
| Attribute | The attribute returned by the LDAP search. |
| Referral | In almost all cases, this value is empty. Use “follow” to indicate several domain servers working together (load-balanced). |
Example of a query:
| Field | Description |
|---|---|
| Host | ldap://192.168.1.34:389 |
| User | CN=Administrator,OU=openkm,DC=company,DC=com |
| Password | *secret* |
| Search base | DC=company,DC=com |
| Search filter | objectclass=user |
| Attribute | sAMAccountName |
| Referral | (empty, or follow for load-balanced servers) |