https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6979
--- Comment #17 from M. Tompsett <[email protected]> --- Comment on attachment 46863 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=46863 Bug 6979 - Handle multiple branches in non-auth_by_bin Review of attachment 46863: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=6979&attachment=46863) ----------------------------------------------------------------- ::: C4/Auth_with_ldap.pm @@ +96,4 @@ > warn sprintf("LDAP Auth rejected : %s gets %d hits\n", > $filter->as_string, $count) . description($search); > return 0; > } > + if ($count == 0) { So what does $count>1 mean? -- You are receiving this mail because: You are the QA Contact for the bug. 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/
