[cpp-sp COMMIT] in /branches/REL_2/configs: apache.config.in apache2.config.in apache22.config.in apache24.config.in
noreply at shibboleth.net
noreply at shibboleth.net
Wed Nov 20 13:56:14 EST 2013
Author: scantor
Date: Wed Nov 20 13:56:14 2013
New Revision: 3871
URL: http://svn.shibboleth.net/view/cpp-sp?rev=3871&view=rev
Log:
https://issues.shibboleth.net/jira/browse/SSPCPP-578
Modified:
branches/REL_2/configs/apache.config.in
branches/REL_2/configs/apache2.config.in
branches/REL_2/configs/apache22.config.in
branches/REL_2/configs/apache24.config.in
Modified: branches/REL_2/configs/apache.config.in
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/configs/apache.config.in?rev=3871&r1=3870&r2=3871&view=diff
==============================================================================
--- branches/REL_2/configs/apache.config.in (original)
+++ branches/REL_2/configs/apache.config.in Wed Nov 20 13:56:14 2013
@@ -50,6 +50,7 @@
#
<Location /secure>
AuthType shibboleth
+ ShibCompatWith24 On
ShibRequestSetting requireSession 1
- require valid-user
+ require shib-session
</Location>
Modified: branches/REL_2/configs/apache2.config.in
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/configs/apache2.config.in?rev=3871&r1=3870&r2=3871&view=diff
==============================================================================
--- branches/REL_2/configs/apache2.config.in (original)
+++ branches/REL_2/configs/apache2.config.in Wed Nov 20 13:56:14 2013
@@ -41,6 +41,7 @@
#
<Location /secure>
AuthType shibboleth
+ ShibCompatWith24 On
ShibRequestSetting requireSession 1
- require valid-user
+ require shib-session
</Location>
Modified: branches/REL_2/configs/apache22.config.in
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/configs/apache22.config.in?rev=3871&r1=3870&r2=3871&view=diff
==============================================================================
--- branches/REL_2/configs/apache22.config.in (original)
+++ branches/REL_2/configs/apache22.config.in Wed Nov 20 13:56:14 2013
@@ -41,6 +41,7 @@
#
<Location /secure>
AuthType shibboleth
+ ShibCompatWith24 On
ShibRequestSetting requireSession 1
- require valid-user
+ require shib-session
</Location>
Modified: branches/REL_2/configs/apache24.config.in
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/configs/apache24.config.in?rev=3871&r1=3870&r2=3871&view=diff
==============================================================================
--- branches/REL_2/configs/apache24.config.in (original)
+++ branches/REL_2/configs/apache24.config.in Wed Nov 20 13:56:14 2013
@@ -49,5 +49,5 @@
<Location /secure>
AuthType shibboleth
ShibRequestSetting requireSession 1
- require valid-user
+ require shib-session
</Location>
More information about the commits
mailing list