[Koha-bugs] [Bug 12831] local only logins should still work when ldap authentication is enabled

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 3 16:47:27 CEST 2014


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

--- Comment #7 from Dobrica Pavlinusic <dpavlin at rot13.org> ---
Sorry for delay, I wanted to test things before submitting more code.

I can't really get LDAP_NO_SUCH_OBJECT error on bind. My guess is that this
error would appear if I was searching for object which wasn't defined in LDAP
schema as opposed to bind call. Did you manage to get this error from LDAP
server on bind?

I wouldn't like to insert code there just because it seems right, since LDAP
code in Koha is already black magic to almost everyone and accumulating cruft
doesn't seem like a good idea.

Regarding LDAP_INVALID_CREDENTIALS, it's already handled by else part of if
statement and I did test with invalid password and it works as-is.

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


More information about the Koha-bugs mailing list