LDAP Search
The LDAP Search feature helps administrator to checking 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 distinguised name. |
Password |
The LDAP user password. |
Search base |
The LDAP search base. |
Search filter |
The filter used in LDAP search. |
Attribute |
The atrribute returned by 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 ). |