https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18615
--- Comment #3 from Sven Coenye <[email protected]> --- 2017.05 has exposed a addition way to trigger this condition. 2016.11 and prior did not need defined values for <user> and <pass> in the ldapserver configuration block in koha-conf.xml. A change in Auth_with_ldap.pm (see bug 18947) causes KOHA to attempt an anonymous bind unless user and pass are defined, regardless of whether these values will be used or not. This causes Active Directory to reject the attempted login. This rejection is unexpected and is trapped by a "die" clause, causing Plack to enter the death spiral. -- 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/
