From b1d911b39780a7a001723e456746a2ef93104b0b Mon Sep 17 00:00:00 2001 From: Ere Maijala <ere.maijala@helsinki.fi> Date: Tue, 10 Nov 2015 10:06:47 +0200 Subject: [PATCH] Added a comment on how to properly enable Shibboleth authentication. --- config/vufind/httpd-vufind.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/config/vufind/httpd-vufind.conf b/config/vufind/httpd-vufind.conf index b93691e9769..c54df1c8743 100644 --- a/config/vufind/httpd-vufind.conf +++ b/config/vufind/httpd-vufind.conf @@ -25,9 +25,12 @@ Alias /vufind /usr/local/vufind/public </IfModule> 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 - #require shibboleth + #Require shibboleth RewriteEngine On RewriteBase /vufind -- GitLab