From: Scott Cantor Date: Wed, 20 Nov 2013 18:56:14 +0000 (+0000) Subject: https://issues.shibboleth.net/jira/browse/SSPCPP-578 X-Git-Tag: 2.5.3~11 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-sp.git;a=commitdiff_plain;h=9bdf5cfc3d2104cabea5b151bef3e9cd3bc5bd95 https://issues.shibboleth.net/jira/browse/SSPCPP-578 --- 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