@@ -, +, @@ --- C4/Auth.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- a/C4/Auth.pm +++ a/C4/Auth.pm @@ -56,7 +56,7 @@ BEGIN { require C4::Auth_with_cas; # no import if ($ldap) { require C4::Auth_with_ldap; - # no import import C4::Auth_with_ldap qw(checkpw_ldap); + import C4::Auth_with_ldap qw(checkpw_ldap); } if ($cas) { import C4::Auth_with_cas qw(check_api_auth_cas checkpw_cas login_cas logout_cas login_cas_url); --