LDAP Search
The LDAP Search feature helps administrators check LDAP configuration.
Application LDAP integration is based on a subset of LDAP queries, for example, retrieving LDAP users or LDAP groups, among others.
More information at 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 (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 |
In almost all cases, this value is empty. Use "follow" to indicate several domain servers working together (balanced). |