[cpp-sp] 03/07: Mention the new shib2.conf in NEWS

Scott Cantor cantor.2 at osu.edu
Thu Dec 20 19:49:36 EST 2018


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

scantor pushed a commit to annotated tag debian/2.6.1+dfsg1-2
in repository cpp-sp.

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

commit 3ac4321d7c2333303ae3d80a4a11ca4afffa93e1
Author: Etienne Dysli Metref <etienne.dysli-metref at switch.ch>
AuthorDate: Mon Nov 27 08:42:40 2017 +0100

    Mention the new shib2.conf in NEWS
---
 debian/libapache2-mod-shib2.NEWS | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/debian/libapache2-mod-shib2.NEWS b/debian/libapache2-mod-shib2.NEWS
index bef46ee..a5d6e0b 100644
--- a/debian/libapache2-mod-shib2.NEWS
+++ b/debian/libapache2-mod-shib2.NEWS
@@ -1,3 +1,21 @@
+shibboleth-sp2 (2.6.1+dfsg1-2) unstable; urgency=medium
+
+  Upstream's default Apache configuration is now installed in
+  /etc/apache2/conf-available/shib2.conf. Notably, it allows unrestricted
+  access to the handler location (required for Shibboleth to function)
+  with:
+
+    <Location /Shibboleth.sso>
+      AuthType None
+      Require all granted
+    </Location>
+
+  This configuration also contains ShibCompatValidUser Off (the default
+  setting), which you may want to enable if you use other authentication
+  modules on the same Apache server as Shibboleth.
+
+ -- Etienne Dysli Metref <etienne.dysli-metref at switch.ch>  Mon, 27 Nov 2017 08:41:27 +0100
+
 shibboleth-sp2 (2.5.5+dfsg1-1) unstable; urgency=medium
 
   The Debian specific redirection of logs from the Apache module (native

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


More information about the commits mailing list