summaryrefslogtreecommitdiffstats
path: root/network/shibboleth-sp/mod_shib.conf
diff options
context:
space:
mode:
Diffstat (limited to 'network/shibboleth-sp/mod_shib.conf')
-rw-r--r--network/shibboleth-sp/mod_shib.conf30
1 files changed, 0 insertions, 30 deletions
diff --git a/network/shibboleth-sp/mod_shib.conf b/network/shibboleth-sp/mod_shib.conf
deleted file mode 100644
index 815b2be7ac..0000000000
--- a/network/shibboleth-sp/mod_shib.conf
+++ /dev/null
@@ -1,30 +0,0 @@
-#
-# Load the Shibboleth module.
-#
-LoadModule mod_shib /usr/@baselibdir@/shibboleth/mod_shib_24.so
-
-#
-# Used for example style sheet in error templates.
-#
-<IfModule mod_alias.c>
- <Location /shibboleth-sp>
- Require all granted
- </Location>
- Alias /shibboleth-sp/main.css /usr/share/shibboleth/main.css
-</IfModule>
-
-#
-# Configure the module for content.
-#
-# You MUST enable AuthType shibboleth for the module to process
-# any requests, and there MUST be a require command as well. To
-# enable Shibboleth but not specify any session/access requirements
-# use "require shibboleth".
-#
-
-#<Location /secure>
-# AuthType shibboleth
-# ShibRequestSetting requireSession 1
-# require valid-user
-#</Location>
-