Skip to content

LDAP user XXX not found or password invalid #8

Answered by cptdpicard
cptdpicard asked this question in Q&A
Discussion options

You must be logged in to vote

mod_psldap authenticates the user by opening up a LDAP connection using the provided credentials. One of the credentials is an attribute in the user's record. In order to get the dn to perform a login, mod_psldap must first search the LDAP store for the records with an attribute value that matches the one provided by the user. It will perform this search first using the parameters provided in the PsLDAPBind* attributes and then attempt an anonymous search of the LDAP store.

A failure to autheticate likely indicates one of two conditions:

  • The account specified with PsLDAPBindDN and PsLDAPBindPassword does not have search rights on the LDAP store for the attribute specified in PsLDAPUserKey.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by cptdpicard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
good first issue Good for newcomers question Further information is requested
1 participant