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

--- Comment #8 from [email protected] 
<[email protected]> 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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to