Show progress when enabling SSL in DS in ipa-server-install output.

Reviewed-By: Petr Viktorin <pviktori@redhat.com>
This commit is contained in:
Jan Cholasta
2013-10-15 17:30:14 +00:00
committed by Petr Viktorin
parent 51caf48ed9
commit def727ce56
2 changed files with 12 additions and 7 deletions

View File

@@ -1110,7 +1110,6 @@ def main():
# we now need to enable ssl on the ds
ds.enable_ssl()
ds.restart()
if setup_ca:
# We need to ldap_enable the CA now that DS is up and running
@@ -1120,9 +1119,6 @@ def main():
# This is done within stopped_service context, which restarts CA
ca.enable_client_auth_to_db()
# Upload the CA cert to the directory
ds.upload_ca_cert()
krb = krbinstance.KrbInstance(fstore)
if options.pkinit_pkcs12:
krb.create_instance(realm_name, host_name, domain_name,