http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10384 Bug ID: 10384 Summary: Software error when LDAP connexion fails Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Authentication Assignee: gmcharlt@gmail.com Reporter: fridolyn.somers@biblibre.com CC: dpavlin@rot13.org When using LDAP authentication, the authentication falls back to normal authentication if user does not exist in LDAP. Actually, if the LDAP server is down, you get a software error (even with mysql user) : Can't call method "bind" on an undefined value at /home/fsomers/workspace/versions/community_master/C4/Auth_with_ldap.pm line 134, <DATA> line 558. This error should be avoided to allow normal authentication when LDAP connexion fails. -- You are receiving this mail because: You are watching all bug changes.