Lines 56-62
BEGIN {
Link Here
|
56 |
require C4::Auth_with_cas; # no import |
56 |
require C4::Auth_with_cas; # no import |
57 |
if ($ldap) { |
57 |
if ($ldap) { |
58 |
require C4::Auth_with_ldap; |
58 |
require C4::Auth_with_ldap; |
59 |
# no import import C4::Auth_with_ldap qw(checkpw_ldap); |
59 |
import C4::Auth_with_ldap qw(checkpw_ldap); |
60 |
} |
60 |
} |
61 |
if ($cas) { |
61 |
if ($cas) { |
62 |
import C4::Auth_with_cas qw(check_api_auth_cas checkpw_cas login_cas logout_cas login_cas_url); |
62 |
import C4::Auth_with_cas qw(check_api_auth_cas checkpw_cas login_cas logout_cas login_cas_url); |
63 |
- |
|
|