mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user