Skip to content
Snippets Groups Projects
Commit f57684e2 authored by Demian Katz's avatar Demian Katz
Browse files

Merge pull request #506 from EreMaijala/shib-conf-fix

Added a comment on how to properly enable Shibboleth authentication.
parents 8b2b829b b1d911b3
No related merge requests found
...@@ -25,9 +25,12 @@ Alias /vufind /usr/local/vufind/public ...@@ -25,9 +25,12 @@ Alias /vufind /usr/local/vufind/public
</IfModule> </IfModule>
AllowOverride All AllowOverride All
# Uncomment the following lines, if you wish to use the Shibboleth authentication # If you wish to use the Shibboleth authentication, uncomment the following lines
# AND comment out the "Require all granted" line above. There must not be any other
# "Require" lines in this configuration section for the "Require shibboleth"
# directive to be effective.
#AuthType shibboleth #AuthType shibboleth
#require shibboleth #Require shibboleth
RewriteEngine On RewriteEngine On
RewriteBase /vufind RewriteBase /vufind
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment