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)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 19 May 2017 13:52:05 +0000 (09:52 -0400)
commit4c631a0824a38177279475f77e9246087fa97515
tree3ad48049d19d53c5a43072bd932725f0c2509d9b
parentcf3212cc7f443e539c9bdbfcc25d2537c83bd5b8
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>
C4/Auth_with_ldap.pm