https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18947
--- Comment #19 from Martin Renvoize <[email protected]> --- Hi Jesus, I'm just trying to get to the bottom of this one.. could you verify a 'grep' (or 'search') works using your shelldap client using the biblio user for connection? That's is a bit closer to how Koha functions internally than the 'ls' command you included. The basic flow in your configuration after the patch is to bind as biblio then ldapsearch for user, and finally bind as the user that has been found. Before the patch, contrary to the documentation the initial service bind was not taking place, the search was not executed and instead a direct bind was attempted using the constructed ldapuser name of the user (constructed using the principal_name configuration). -- 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/
