http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5630
Paul Poulain <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Passed QA --- Comment #18 from Paul Poulain <[email protected]> 2011-08-09 13:33:52 UTC --- QA comment (works = I could connect) I've checked a) by userid for valid userid/password => works b) by userid for invalid userid/password => works c) by cardnumber for valid cardnumber/password => works d) by cardnumber for invalid cardnumber/password => login rejected e) by root database user => works Situation 2: LDAP authentication Check logins: a) by valid LDAP userid/password => works b) by invalid LDAP userid/password, but valid Koha userid/password => works c) by invalid LDAP userid/password, but valid Koha cardnumber/password => works d) by invalid LDAP userid/password and invalid Koha userid/password => login rejected e) by root database user => works (tested against BibLibre internal LDAP. I haven't checked all possible combination of replicate/update, as the code really has nothing to do with those flags. Same comment for auth_by_bind ON and OFF) marking passed QA, no specific problem detected. (ouch... was quite long & complex to set up all that stuff ;-) ) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. _______________________________________________ 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/
