[Koha-bugs] [Bug 10908] Fix broken auth_by_bind LDAP mode

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 18 12:34:30 CEST 2013


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

--- Comment #4 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
So, going back to the ldap methods described in bug 7973 and bug 10842, the new
set of methods including your patch would be?

Method 1:
1) Bind with a service account
2) Search for user entered
3) Bind as user if found

Method 2:
1) Bind with an Anonymous user
2) Search for user entered
3) Bind as user if found.

Method 3 (The original):
1) Bind directly to the user, no search takes place.


Just trying to clarify for myself and others. Is that correct Robin?

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


More information about the Koha-bugs mailing list