Skip to content
Snippets Groups Projects
Commit b1d911b3 authored by Ere Maijala's avatar Ere Maijala
Browse files

Added a comment on how to properly enable Shibboleth authentication.

parent 8b2b829b
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