[Koha-bugs] [Bug 28822] SIP logins add to login attempts?

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 18 17:12:38 CEST 2021


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

--- Comment #18 from Nick Clemens <nick at bywatersolutions.com> ---
I can confirm, setting:
allow_empty_passwords="1"
in SIP config will eliminate the issue

You can test  on kohadevbox using telnet:
apt install telnet
telnet localhost 6001
9300CNterm1|COterm1|CPCPL|
6300120211018    150348          AOCPL|AA23529000035676|ACterm1|AD|


Without allow_empty_passwords an empty string is checked and login_attempts
incremeneted
With it, login attempts are not

You can see in the response: 
|AFGreetings from Koha.  -- Invalid password|
if the setting is not enabled

Agnes: You should either ask Equinox to change the setting for you, or ask
OverDrive to send/require passwords if you would rather go that way.

Otherwise, I believe this is working correctly

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


More information about the Koha-bugs mailing list