diff --git a/admin_manual/enterprise_user_management/user_auth_shibboleth.rst b/admin_manual/enterprise_user_management/user_auth_shibboleth.rst
index ef90649c3..3131494ca 100644
--- a/admin_manual/enterprise_user_management/user_auth_shibboleth.rst
+++ b/admin_manual/enterprise_user_management/user_auth_shibboleth.rst
@@ -50,90 +50,24 @@ Further Shibboleth specific configuration as defined in
#
# Load the Shibboleth module.
#
- LoadModule mod_shib /usr/lib64/shibboleth/mod_shib_22.so
-
+ LoadModule mod_shib /usr/lib64/shibboleth/mod_shib_24.so
+
#
# Ensures handler will be accessible.
#
- Satisfy Any
- Allow from all
+ AuthType None
+ Require all granted
-
+
#
# Configure the module for content.
#
- # Shibboleth is disabled for the following location to allow non
- # Shibboleth webdav access
-
- Satisfy Any
- Allow from all
- AuthType None
- Require all granted
-
-
- # Shibboleth is disabled for the following location to allow public link
- # sharing
-
- Satisfy Any
- Allow from all
- AuthType None
- Require all granted
-
-
- # Shibboleth is disabled for the following location
- # to allow public gallery sharing
-
- Satisfy Any
- Allow from all
- AuthType None
- Require all granted
-
-
- # Shibboleth is disabled for the following location to allow public link
- # sharing
-
- Satisfy Any
- Allow from all
- AuthType None
- Require all granted
-
-
- # Shibboleth is disabled for the following location to allow public link
- # sharing
-
- Satisfy Any
- Allow from all
- AuthType None
- Require all granted
-
-
- # 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
@@ -141,6 +75,76 @@ Further Shibboleth specific configuration as defined in
ShibExportAssertion On
require valid-user
+
+ #
+ # Shibboleth is disabled for the following location to allow non
+ # shibboleth webdav access
+ #
+
+ AuthType None
+ Require all granted
+
+
+ #
+ # Shibboleth is disabled for the following location to allow public link
+ # sharing
+ #
+
+ AuthType None
+ Require all granted
+
+
+ #
+ # Shibboleth is disabled for the following location to allow public gallery
+ # sharing
+ #
+
+ AuthType None
+ Require all granted
+
+
+ #
+ # Shibboleth is disabled for the following location to allow public link
+ # sharing
+ #
+
+ AuthType None
+ Require all granted
+
+
+ #
+ # Shibboleth is disabled for the following location to allow public link
+ # sharing
+ #
+
+ AuthType None
+ Require all granted
+
+
+ #
+ # Shibboleth is disabled for the following location to allow public link
+ # sharing
+ #
+
+ AuthType None
+ Require all granted
+
Depending on the ownCloud Shibboleth app mode, you may need to revisit this
configuration.