Skip to content
This repository has been archived by the owner on Feb 20, 2019. It is now read-only.

Commit

Permalink
redo #1276
Browse files Browse the repository at this point in the history
  • Loading branch information
Carla Schroder committed Jul 8, 2015
1 parent d601f34 commit a67e8fb
Showing 1 changed file with 18 additions and 10 deletions.
28 changes: 18 additions & 10 deletions admin_manual/enterprise_user_management/user_auth_shibboleth.rst
Expand Up @@ -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
<Location ~ "/oc-shib/remote.php/nonshib-webdav">
Satisfy Any
Allow from all
Expand All @@ -94,15 +94,15 @@ Further Shibboleth specific configuration as defined in
</Location>
# Shibboleth is disabled for the following location to allow public link
sharing
# sharing
<Location ~
"/oc-shib/(status.php$
|index.php/s/
|public.php$
|cron.php$
|core/img/
|index.php/apps/files_sharing/publicpreview.png$
|index.php/apps/files_sharing/ajax/publicpreview.php$
|index.php/apps/files/ajax/upload.php$
|index.php/core/ajax/translations.php$
|apps/files/templates/fileexists.html$
|index.php/apps/files/ajax/mimeicon.php$)">
Satisfy Any
Expand All @@ -112,7 +112,7 @@ Further Shibboleth specific configuration as defined in
</Location>
# Shibboleth is disabled for the following location to allow public gallery
sharing
# sharing
<Location ~
"/oc-shib/(apps/gallery/templates/slideshow.html$
|index.php/apps/gallery/ajax/getimages.php
Expand All @@ -125,7 +125,7 @@ Further Shibboleth specific configuration as defined in
</Location>
# Shibboleth is disabled for the following location to allow public link
sharing
# sharing
<Location ~ "/oc-shib/.*\.css">
Satisfy Any
Allow from all
Expand All @@ -134,16 +134,25 @@ Further Shibboleth specific configuration as defined in
</Location>
# Shibboleth is disabled for the following location to allow public link
sharing
# sharing
<Location ~ "/oc-shib/.*\.js">
Satisfy Any
Allow from all
AuthType None
Require all granted
</Location>
# Besides the exceptions above this location is now under control of
Shibboleth
# Shibboleth is disabled for the following location to allow public link
# sharing
<Location ~ "/oc-shib/.*\.woff ">
Satisfy Any
Allow from all
AuthType None
Require all granted
</Location>
# Besides the exceptions above this location is now under control of
# Shibboleth
<Location /oc-shib>
AuthType shibboleth
ShibRequireSession On
Expand Down Expand Up @@ -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

0 comments on commit a67e8fb

Please sign in to comment.