]> git.koha-community.org Git - koha.git/commit
Bug 4994 - Net::LDAP returns lowercase names
authorDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 13 Jul 2010 21:26:35 +0000 (23:26 +0200)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Fri, 15 Jul 2011 01:11:13 +0000 (21:11 -0400)
commitec92d9407e318e67951a64029d3952279891ffc3
treedaf52ca5698848c76ba3b140fa7554ca47359cc2
parent2a4ebc4cc61661e513df7bcd370f567513fe4920
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>
(cherry picked from commit b79c4c88a965a3233f359f8333a492effcf075eb)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/Auth_with_ldap.pm