summaryrefslogtreecommitdiffstats
path: root/install/tools/ipa-server-install
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2013-10-15 17:30:14 +0000
committerPetr Viktorin <pviktori@redhat.com>2014-03-25 16:54:54 +0100
commitdef727ce569ebbbe9aac94f0b158fbabc4abeb58 (patch)
treeb28d5a47728663a667e2b31a56c3a6a3b38dc824 /install/tools/ipa-server-install
parent51caf48ed9a4651c685e7ceee25512e9471b1b69 (diff)
downloadfreeipa-def727ce569ebbbe9aac94f0b158fbabc4abeb58.tar.gz
freeipa-def727ce569ebbbe9aac94f0b158fbabc4abeb58.tar.xz
freeipa-def727ce569ebbbe9aac94f0b158fbabc4abeb58.zip
Show progress when enabling SSL in DS in ipa-server-install output.
Reviewed-By: Petr Viktorin <pviktori@redhat.com>
Diffstat (limited to 'install/tools/ipa-server-install')
-rwxr-xr-xinstall/tools/ipa-server-install4
1 files changed, 0 insertions, 4 deletions
diff --git a/install/tools/ipa-server-install b/install/tools/ipa-server-install
index 288022812..dfe192a6e 100755
--- a/install/tools/ipa-server-install
+++ b/install/tools/ipa-server-install
@@ -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,