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
-