diff options
Diffstat (limited to 'ipaserver/install/server/install.py')
-rw-r--r-- | ipaserver/install/server/install.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ipaserver/install/server/install.py b/ipaserver/install/server/install.py index 34d6793d1..b5826f3f9 100644 --- a/ipaserver/install/server/install.py +++ b/ipaserver/install/server/install.py @@ -869,10 +869,6 @@ def install(installer): service.print_msg("Restarting the web server") http.restart() - # update DNA shared config entry is done as far as possible - # from restart to avoid waiting for its creation - ds.update_dna_shared_config() - # Set the admin user kerberos password ds.change_admin_password(admin_password) |