From 974fd3d9e09a92b14443dd2b633ab9d703d3266c Mon Sep 17 00:00:00 2001 From: Alex Arnaud Date: Fri, 21 Dec 2012 11:32:22 +0100 Subject: [PATCH] Bug 8993: Follow-up - LDAP authentication improvements --- C4/Auth_with_ldap.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Auth_with_ldap.pm b/C4/Auth_with_ldap.pm index 6082816..95f22a0 100644 --- a/C4/Auth_with_ldap.pm +++ b/C4/Auth_with_ldap.pm @@ -21,7 +21,7 @@ use Carp; use C4::Debug; use C4::Context; use C4::Members qw(AddMember changepassword); -use C4::Members::Attributes; +use C4::Members::Attributes qw(SetBorrowerAttributes); use C4::Members::AttributeTypes; use C4::Auth qw(checkpw_internal); use Koha::AuthUtils qw(hash_password); -- 1.7.10.4