[Koha-bugs] [Bug 5630] CAS improvements

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 5 14:33:41 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5630

--- Comment #8 from claire.hernandez at biblibre.com <claire.hernandez at biblibre.com> 2011-04-05 12:33:41 UTC ---
Try to add to proposedpatch lines

- C4/Auth.pm
        warn "OPAC Install required, redirecting to maintenance";        
553            print $query->redirect("/cgi-bin/koha/maintenance.pl");
554        }
555        unless ($version = C4::Context->preference('Version')) {    #
assignment, not comparison
556          if ($type ne 'opac') {
557            warn "Install required, redirecting to Installer";
558            print $query->redirect("/cgi-bin/koha/installer/install.pl");
559          }
560          else {
(no more compilations errors)

-  Auth_with_cas.pm
add "use YAML" 

Tests done:
- syspref casAUthentication to true and an ip set -> log in opac ok
- with this configuration sysprefs weren't editable anymore (error)
- syspref casAUthentication to true and yaml file with differents servers -> ko

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list