Bug 27600: Remove password check from SIP2 `renew_all`
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 3 Feb 2021 10:03:31 +0000 (10:03 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 2 Jul 2021 13:43:20 +0000 (09:43 -0400)
commit32e27ff22c1a74f61b9e703b4b354bf13bfc2c95
treec3dddd7f4d743669d047d20d5e482eb8a0680197
parent3724e1646876ba14b296132e1f93e15df7a0a9e2
Bug 27600: Remove password check from SIP2 `renew_all`

This patch removes the password check code from the renew_all method for
SIP2. This is required, as many units send an empty AD field in the SIP
message which can cause the transaction to fail.. but the authentication
should have already taken place earlier in the session.

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/SIP/ILS.pm