https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17776
--- Comment #7 from Martin Renvoize <[email protected]> --- So after more local testing, i found that the plack environment could be a little more complex than my initial tests. This patch obsoletes the original and calls 'get_shib_login' later in the runtime (i.e. outside of the begin block) so we have a valid environment by the time the routine run. In short, it should all work now so long as you've updated your Apache configs as per the inline perldoc documentation. I believe the UseHeaders and UseEnvironment variables for the shibboleth service provider software are mutually exclusive (they appeared to be in my brief testing), so I don't believe it is possible to run in a half and half setup (unless you have two entirely separate vhosts.. one for plack and one for non-plack running). -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
