Restrict pre-2.4 use of new require rules
[shibboleth/cpp-sp.git] / configs / apache22.config.in
index 0154e6d..202cebb 100644 (file)
@@ -16,8 +16,8 @@ LoadModule mod_shib @-PKGLIBDIR-@/mod_shib_22.so
 # Ensures handler will be accessible.
 #
 <Location /Shibboleth.sso>
+  Satisfy Any
   Allow from all
-  AuthType None
 </Location>
 
 #
@@ -25,8 +25,8 @@ LoadModule mod_shib @-PKGLIBDIR-@/mod_shib_22.so
 #
 <IfModule mod_alias.c>
   <Location /shibboleth-sp>
+    Satisfy Any
     Allow from all
-    AuthType None
   </Location>
   Alias /shibboleth-sp/main.css @-PKGWEBDIR-@/main.css
 </IfModule>