diff --git a/config/vufind/httpd-vufind.conf b/config/vufind/httpd-vufind.conf
index b93691e97693ce32d9ae5963e26937264fa9b2dd..c54df1c87433e7761bd249d1a6d9dc2496512a2e 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