summaryrefslogtreecommitdiffstats
path: root/ipa-server/xmlrpc-server
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2007-10-29 12:00:48 -0400
committerRob Crittenden <rcritten@redhat.com>2007-10-29 12:00:48 -0400
commite40c583b12ed3d0b1db62154b7b0b84eed44ed6e (patch)
tree71f66a0eeabab7d5dfaddb09fa2ebb03a940b015 /ipa-server/xmlrpc-server
parent859291a706a8e37d6b145d27052276e927004f49 (diff)
downloadfreeipa-e40c583b12ed3d0b1db62154b7b0b84eed44ed6e.tar.gz
freeipa-e40c583b12ed3d0b1db62154b7b0b84eed44ed6e.tar.xz
freeipa-e40c583b12ed3d0b1db62154b7b0b84eed44ed6e.zip
Create configuration for MIT Windows kerberos client and install into
http://hostname/config so users can point their MIT client at the IPA server and automatically fetch the configuration.
Diffstat (limited to 'ipa-server/xmlrpc-server')
-rw-r--r--ipa-server/xmlrpc-server/ipa.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/ipa-server/xmlrpc-server/ipa.conf b/ipa-server/xmlrpc-server/ipa.conf
index 2f9c82e06..2931b86dd 100644
--- a/ipa-server/xmlrpc-server/ipa.conf
+++ b/ipa-server/xmlrpc-server/ipa.conf
@@ -6,7 +6,7 @@ ProxyRequests Off
RewriteEngine on
RewriteCond %{SERVER_PORT} !^443$$
-RewriteCond %{REQUEST_URI} !^/(errors)/
+RewriteCond %{REQUEST_URI} !^/(errors|config)/
RewriteRule ^/(.*) https://%{SERVER_NAME}/$$1 [L,R,NC]
<Proxy *>
@@ -37,11 +37,13 @@ RewriteRule ^/(.*) https://%{SERVER_NAME}/$$1 [L,R,NC]
# The URI's with a trailing ! are those that aren't handled by the proxy
ProxyPass /cgi-bin !
ProxyPass /errors !
+ProxyPass /config !
ProxyPass /ipa !
#ProxyPass /ipatest !
ProxyPass / http://localhost:8080/
ProxyPassReverse /cgi-bin !
ProxyPassReverse /errors !
+ProxyPassReverse /config !
ProxyPassReverse /ipa !
#ProxyPassReverse /ipatest !
ProxyPassReverse / http://localhost:8080/
@@ -50,6 +52,7 @@ ProxyPassReverse / http://localhost:8080/
Alias /ipa "/usr/share/ipa/ipaserver/XMLRPC"
Alias /errors "/usr/share/ipa/html"
+Alias /config "/usr/share/ipa/html"
<Directory "/usr/share/ipa/ipaserver">
AuthType Kerberos