summaryrefslogtreecommitdiffstats
path: root/install/conf/ipa.conf
diff options
context:
space:
mode:
Diffstat (limited to 'install/conf/ipa.conf')
-rw-r--r--install/conf/ipa.conf10
1 files changed, 8 insertions, 2 deletions
diff --git a/install/conf/ipa.conf b/install/conf/ipa.conf
index cd806be7d..89c9849ca 100644
--- a/install/conf/ipa.conf
+++ b/install/conf/ipa.conf
@@ -1,5 +1,5 @@
#
-# VERSION 3 - DO NOT REMOVE THIS LINE
+# VERSION 4 - DO NOT REMOVE THIS LINE
#
# LoadModule auth_kerb_module modules/mod_auth_kerb.so
@@ -60,7 +60,13 @@ KrbConstrainedDelegationLock ipa
</Location>
# Turn off Apache authentication for sessions
-<Location "/ipa/session">
+<Location "/ipa/session/json">
+ Satisfy Any
+ Order Deny,Allow
+ Allow from all
+</Location>
+
+<Location "/ipa/session/login_password">
Satisfy Any
Order Deny,Allow
Allow from all