From a67e8fb6cba077be5301e2c5b4f6ee1380293211 Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Wed, 8 Jul 2015 09:06:51 -0700 Subject: [PATCH] redo https://github.com/owncloud/documentation/pull/1276 --- .../user_auth_shibboleth.rst | 28 ++++++++++++------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/admin_manual/enterprise_user_management/user_auth_shibboleth.rst b/admin_manual/enterprise_user_management/user_auth_shibboleth.rst index fd69ba720..cda07f5ac 100644 --- a/admin_manual/enterprise_user_management/user_auth_shibboleth.rst +++ b/admin_manual/enterprise_user_management/user_auth_shibboleth.rst @@ -85,7 +85,7 @@ Further Shibboleth specific configuration as defined in # Configure the module for content. # # Shibboleth is disabled for the following location to allow non - shibboleth webdav access + # shibboleth webdav access Satisfy Any Allow from all @@ -94,15 +94,15 @@ Further Shibboleth specific configuration as defined in # Shibboleth is disabled for the following location to allow public link - sharing + # sharing Satisfy Any @@ -112,7 +112,7 @@ Further Shibboleth specific configuration as defined in # Shibboleth is disabled for the following location to allow public gallery - sharing + # sharing # Shibboleth is disabled for the following location to allow public link - sharing + # sharing Satisfy Any Allow from all @@ -134,7 +134,7 @@ Further Shibboleth specific configuration as defined in # Shibboleth is disabled for the following location to allow public link - sharing + # sharing Satisfy Any Allow from all @@ -142,8 +142,17 @@ Further Shibboleth specific configuration as defined in Require all granted - # Besides the exceptions above this location is now under control of - Shibboleth + # Shibboleth is disabled for the following location to allow public link + # sharing + + Satisfy Any + Allow from all + AuthType None + Require all granted + + + # Besides the exceptions above this location is now under control of + # Shibboleth AuthType shibboleth ShibRequireSession On @@ -273,4 +282,3 @@ provided by the ownCloud support team. https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPApacheConfig .. _WebDAV and Shibboleth: https://wiki.shibboleth.net/confluence/display/SHIB2/WebDAV -