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

David Burke <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #18 from David Burke <[email protected]> ---
I believe this change has broken ldap for me. I'm new to this so please correct
me if I'm wrong.

As stated the new way to authenticate in Koha 4.12 seems to work like this:
1 - LDAP anonymous bind;
2 - LDAP search entry for the given username;
3 - LDAP bind with the DN of the found entry + the given password.

In my case with Active Directory it's possible to bind anonymously but the anon
user is not allowed to search. So I get something this in step 2.

(sAMAccountName=dburke) gets 0 hits,

I reverted the patch and it works again. I also had to remove a return 0; on
line 130 of Auth_with_ldap.pm. Not sure what this is about.

I suspect this would break a good number of ldap set ups. I know Zentyal 3.0's
openldap schema follows the same behavior of not allowing anon users to search.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to