From 6f29ba96af5a1ef4ce2f8b9b918c5811848e58f7 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Mon, 1 Aug 2011 15:16:24 -0400 Subject: Re-arrange CA configuration code to reduce the number of restarts. Ade Lee from the dogtag team looked at the configuration code and determined that a number of restarts were not needed and recommended re-arranging other code to reduce the number of restarts to one. https://fedorahosted.org/freeipa/ticket/1555 --- install/tools/ipa-server-install | 3 --- 1 file changed, 3 deletions(-) (limited to 'install/tools/ipa-server-install') diff --git a/install/tools/ipa-server-install b/install/tools/ipa-server-install index 7d6052d91..030477615 100755 --- a/install/tools/ipa-server-install +++ b/install/tools/ipa-server-install @@ -898,9 +898,6 @@ def main(): ipautil.run(["/sbin/restorecon", "/var/cache/ipa/sessions"]) set_subject_in_config(realm_name, dm_password, util.realm_to_suffix(realm_name), options.subject) - if not options.selfsign: - service.print_msg("Setting the certificate subject base") - ca.set_subject_in_config(util.realm_to_suffix(realm_name)) # Apply any LDAP updates. Needs to be done after the configuration file # is created -- cgit