Enable LDAPS in replica promotion

With CA-less master and CA-less replica, attempting to install CA on replica
would fail. LDAPS has to be enabled during replica promotion, because it is
required by Dogtag.

https://fedorahosted.org/freeipa/ticket/6226

Reviewed-By: Jan Cholasta <jcholast@redhat.com>
This commit is contained in:
Tomas Krizek 2016-08-29 17:46:28 +02:00 committed by Jan Cholasta
parent f0487946cd
commit 89de60c5d8

View File

@ -395,6 +395,7 @@ class DsInstance(service.Service):
self.step("creating DS keytab", self.__get_ds_keytab)
if self.ca_is_configured:
self.step("retrieving DS Certificate", self.__get_ds_cert)
self.step("configuring ssl for ds instance", self.__enable_ssl)
self.step("restarting directory server", self.__restart_instance)
self.step("setting up initial replication", self.__setup_replica)