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 Cormack <chrisc@catalyst.net.nz>
Wed, 12 Oct 2011 21:50:50 +0000 (10:50 +1300)
commit74c7c4e3a5d6a3ec20b525936c5ffe2f9b188744
tree145c8988a82e364d2892ce4e99fdfc846dd6f7e8
parent046c996c2fa8150b8c6a037976c9c22826e04b8b
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>
C4/Auth.pm