summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-install/ipa-server-install
diff options
context:
space:
mode:
Diffstat (limited to 'ipa-server/ipa-install/ipa-server-install')
-rw-r--r--ipa-server/ipa-install/ipa-server-install3
1 files changed, 3 insertions, 0 deletions
diff --git a/ipa-server/ipa-install/ipa-server-install b/ipa-server/ipa-install/ipa-server-install
index 439a8b3fe..d4e55302b 100644
--- a/ipa-server/ipa-install/ipa-server-install
+++ b/ipa-server/ipa-install/ipa-server-install
@@ -369,6 +369,9 @@ def main():
ds.restart()
krb.restart()
+ # Allow apache to connect to the turbogears web gui
+ run(["/usr/sbin/setsebool", "httpd_can_network", "true"])
+
# Restart apache
run(["/sbin/service", "httpd", "restart"])