diff options
Diffstat (limited to 'install/tools')
-rwxr-xr-x | install/tools/ipa-server-install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/install/tools/ipa-server-install b/install/tools/ipa-server-install index be525f73d..0b2660f3a 100755 --- a/install/tools/ipa-server-install +++ b/install/tools/ipa-server-install @@ -787,6 +787,10 @@ def main(): service.print_msg("restarting the KDC") krb.restart() + # Restart httpd to pick up the new IPA configuration + service.print_msg("restarting the web server") + http.restart() + # Create a BIND instance bind = bindinstance.BindInstance(fstore, dm_password) bind.setup(host_name, ip_address, realm_name, domain_name, dns_forwarders) |