LDAP Search

The LDAP Search feature helps administrators check LDAP configuration.

The application's LDAP integration is based on a subset of LDAP queries, such as retrieving LDAP users or LDAP groups.

More information at LDAP configuration.

These are the available parameters:

FieldDescription

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 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:

FieldDescription

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).

 

Table of contents [ Hide Show ]