Bug 4994 - Net::LDAP returns lowercase names
commitb79c4c88a965a3233f359f8333a492effcf075eb
authorDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 13 Jul 2010 21:26:35 +0000 (13 23:26 +0200)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 13 Jul 2011 22:36:33 +0000 (14 10:36 +1200)
tree30205c9cf9dd20c5094b708eaa0e430910772aa9
parent7b1ca473cc0307dfde997051e04fad664ba0503f
Bug 4994 - Net::LDAP returns lowercase names

This requires us to specify all LDAP mappings in koha-conf.xml in lowercase,
instead of original case used withing LDAP.

Compare readability of

<userid      is="hrEduPersonUniqueID"  ></userid>

(which doesn't work) with required (and non-intuitive)

<userid      is="hredupersonuniqueid"  ></userid>

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com>
C4/Auth_with_ldap.pm