]> git.koha-community.org Git - koha.git/commit
Bug 28417: Don't use C4::Auth_with_cas if CAS is not used
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 21 May 2021 12:26:29 +0000 (14:26 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 3 Nov 2021 14:40:52 +0000 (15:40 +0100)
commitbf1c4c24316a608cfce6edb5551787756f016a69
tree683be0c7889d8785eb4d1e0483fe3c9820b8d03b
parentb3adc5de903065d5977869a66708b4268759db81
Bug 28417: Don't use C4::Auth_with_cas if CAS is not used

We should follow the same pattern as ldap and not use C4::Auth_with_cas
if the cas syspref is not turned on.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Auth.pm
C4/Auth_with_cas.pm