[Koha-bugs] [Bug 5630] CAS improvements

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 9 15:33:52 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5630

Paul Poulain <paul.poulain at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
       Patch Status|Signed Off                  |Passed QA

--- Comment #18 from Paul Poulain <paul.poulain at biblibre.com> 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.


More information about the Koha-bugs mailing list