[cpp-sp] 09/34: Update README.Debian for new require session syntax

Scott Cantor cantor.2 at osu.edu
Thu Dec 20 19:43:15 EST 2018


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to annotated tag debian/2.3+dfsg-1
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=5ab3a849d6c217255a8b9eae0382fc9fa16933ce

commit 5ab3a849d6c217255a8b9eae0382fc9fa16933ce
Author: Russ Allbery <rra at debian.org>
AuthorDate: Tue Nov 10 15:10:19 2009 -0800

    Update README.Debian for new require session syntax
    
    The new upstream recommended syntax for requiring a session is to
    use ShibRequestSetting, so change README.Debian accordingly.
---
 debian/libapache2-mod-shib2.README.Debian | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/libapache2-mod-shib2.README.Debian b/debian/libapache2-mod-shib2.README.Debian
index 976cdbb..ee9f6b5 100644
--- a/debian/libapache2-mod-shib2.README.Debian
+++ b/debian/libapache2-mod-shib2.README.Debian
@@ -54,7 +54,7 @@ Installation and Configuration
 
     <Location /secure>
         AuthType shibboleth
-        ShibRequireSession On
+        ShibRequestSetting requireSession 1
         require valid-user
     </Location>
 
@@ -146,4 +146,4 @@ Further Information
 
   and in particular the "Configuration" link.
 
- -- Russ Allbery <rra at debian.org>, Fri, 24 Jul 2009 15:21:41 -0700
+ -- Russ Allbery <rra at debian.org>, Tue, 10 Nov 2009 15:06:57 -0800

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list