diff options
-rw-r--r-- | ipa-server/xmlrpc-server/ipa.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ipa-server/xmlrpc-server/ipa.conf b/ipa-server/xmlrpc-server/ipa.conf index 1eca9775..85b4543a 100644 --- a/ipa-server/xmlrpc-server/ipa.conf +++ b/ipa-server/xmlrpc-server/ipa.conf @@ -1,5 +1,5 @@ # -# VERSION 1 - DO NOT REMOVE THIS LINE +# VERSION 2 - DO NOT REMOVE THIS LINE # # LoadModule auth_kerb_module modules/mod_auth_kerb.so @@ -10,7 +10,7 @@ ProxyRequests Off # This is required so the auto-configuration works with Firefox 2+ AddType application/java-archive jar -<Proxy *> +<ProxyMatch ^.*/ipa/ui.*$$> AuthType Kerberos AuthName "Kerberos Login" KrbMethodNegotiate on @@ -28,7 +28,7 @@ AddType application/java-archive jar RequestHeader set X-Forwarded-Keytab %{KRB5CCNAME}e # RequestHeader unset Authorization -</Proxy> +</ProxyMatch> # The URI's with a trailing ! are those that aren't handled by the proxy ProxyPass /ipa/ui http://localhost:8080/ipa/ui |