Bug 5630 Followup: checkpw_ldap not imported
authorIan Walls <ian.walls@bywatersolutions.com>
Tue, 30 Aug 2011 14:41:10 +0000 (10:41 -0400)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Wed, 19 Oct 2011 19:54:04 +0000 (15:54 -0400)
commitadb6d020ac0b591da7d6e3b8e1e380c4dde0081c
treef949c9e29855b2fdc9083f7fcfefc70f59cbd5d0
parent814e486e582abec1787b57228776beb7981423cd
Bug 5630 Followup: checkpw_ldap not imported

If LDAP authentication is used, Koha barks that C4::Auth::checkpw_ldap is
undefined, which is true.  checkpw_ldap needs to be imported from C4::Auth_with_ldap,
like it was before the bug fix for 5630

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit 74c7c4e3a5d6a3ec20b525936c5ffe2f9b188744)

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