[SCM] Debian packaging for the 2.0 Apache Shibboleth SP branch, debian, updated. upstream/2.2.1+dfsg-129-g86b8a8e

Russ Allbery rra at debian.org
Tue Nov 10 23:43:02 UTC 2009


The following commit has been merged in the debian branch:
commit 5ab3a849d6c217255a8b9eae0382fc9fa16933ce
Author: Russ Allbery <rra at debian.org>
Date:   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.

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

-- 
Debian packaging for the 2.0 Apache Shibboleth SP



More information about the Pkg-shibboleth-devel mailing list