[Koha-bugs] [Bug 16610] Regression in SIP2 user password handling

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 27 15:48:07 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16610

--- Comment #2 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 51881
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51881&action=edit
[SIGNED-OFF] Bug 16610 - Regression in SIP2 user password handling

Previous to bug 14507, SIP2 only did internal authentication. A change
to the way we check empty passwords has caused any empty password to
send back a CQ of Y. Previous to that patch set, a CQ of Y would only be
sent back of the patron password column was NULL. Now, an empty AD field
*always* returns a CQ of Y.

Test Plan:
1) Send a patron information request with an empty AD field
   Note: You must send the AD field or you won't get back a CQ field
2) Note you get back a CQ of Y
3) Apply this patch
4) Repeat step 1
5) Note you now get back a CQ of N

Signed-off-by: Trent Roby <troby at bclib.info>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list