From 9bdf5cfc3d2104cabea5b151bef3e9cd3bc5bd95 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Wed, 20 Nov 2013 18:56:14 +0000 Subject: [PATCH] https://issues.shibboleth.net/jira/browse/SSPCPP-578 --- configs/apache.config.in | 3 ++- configs/apache2.config.in | 3 ++- configs/apache22.config.in | 3 ++- configs/apache24.config.in | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/configs/apache.config.in b/configs/apache.config.in index ba46f6b..7c48397 100644 --- a/configs/apache.config.in +++ b/configs/apache.config.in @@ -50,6 +50,7 @@ LoadModule mod_shib @-PKGLIBDIR-@/mod_shib_13.so # AuthType shibboleth + ShibCompatWith24 On ShibRequestSetting requireSession 1 - require valid-user + require shib-session diff --git a/configs/apache2.config.in b/configs/apache2.config.in index e735d20..bb5aaf1 100644 --- a/configs/apache2.config.in +++ b/configs/apache2.config.in @@ -41,6 +41,7 @@ LoadModule mod_shib @-PKGLIBDIR-@/mod_shib_20.so # AuthType shibboleth + ShibCompatWith24 On ShibRequestSetting requireSession 1 - require valid-user + require shib-session diff --git a/configs/apache22.config.in b/configs/apache22.config.in index 202cebb..ca3de20 100644 --- a/configs/apache22.config.in +++ b/configs/apache22.config.in @@ -41,6 +41,7 @@ LoadModule mod_shib @-PKGLIBDIR-@/mod_shib_22.so # AuthType shibboleth + ShibCompatWith24 On ShibRequestSetting requireSession 1 - require valid-user + require shib-session diff --git a/configs/apache24.config.in b/configs/apache24.config.in index f1a2122..56df498 100644 --- a/configs/apache24.config.in +++ b/configs/apache24.config.in @@ -49,5 +49,5 @@ ShibCompatValidUser Off AuthType shibboleth ShibRequestSetting requireSession 1 - require valid-user + require shib-session -- 2.1.4