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)
committerFridolin Somers <fridolin.somers@biblibre.com>
Mon, 2 Aug 2021 20:03:42 +0000 (10:03 -1000)
commit075d32516d84708dc18daaf6d7d1f42ce6a7b11c
tree44e0a039383678640ec0e1549dfe0475b7096b83
parent1b62d17f90d35afc235fd846ebf9d83f8e576425
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>
(cherry picked from commit 32e27ff22c1a74f61b9e703b4b354bf13bfc2c95)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/SIP/ILS.pm