[Koha-bugs] [Bug 7973] Allow for new type of LDAP authentication

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 2 11:29:04 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7973

--- Comment #30 from Rolando Isidoro <rolando.isidoro at gmail.com> ---
>From reading the entries you posted from your error log, it seems the main one,
LDAP Auth rejected : invalid password for user '<<USERNAME>>'. LDAP error #16:
LDAP_NO_SUCH_ATTRIBUTE, refers to a piece of code from Auth_with_ldap.pm that
remained unchanged.

Looking at the source code it seems like your LDAP entries don't have an
'userpassword' attribute, which results in the failed authentication process.

Again, the patch aimed to solve LDAP auth with anonymous bind. If that's your
LDAP server scenario, then you should be able to login with the 'auth_by_bind'
set to 1. Otherwise, 'auth_by_bind' should be set to 0.

To try to help you further, can you ask your LDAP server admins a step-by-step
description of the authentication process of you setup?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list