Bug 14625 - LDAP: skip extended patron attributes in 'borrowers' attribute update
authorOliver Bock <oliver.bock@aei.mpg.de>
Mon, 30 Nov 2015 12:57:58 +0000 (13:57 +0100)
committerKatrin Fischer <katrin.fischer.83@web.de>
Sun, 21 May 2017 20:56:02 +0000 (22:56 +0200)
commitf5fbf222f4c947346f7c56938ff87388ea5fb136
treebc8f63c25bb895b66577c8d873981c64ed4fa24d
parentb6a35d74be7b0b62ec86a26a91f579b7adc71998
Bug 14625 - LDAP: skip extended patron attributes in 'borrowers' attribute update

* Any extended patron attributes will cause the update to fail as those attributes don't exist in the 'borrowers' table
* The update of the extended patron attributes is already dealt with in checkpw_ldap()
* Ergo: just skip those attributes here

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
I did not test this patch but code looks good

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit 4c631a0824a38177279475f77e9246087fa97515)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
C4/Auth_with_ldap.pm