mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 08:21:05 -06:00
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:
parent
f0487946cd
commit
89de60c5d8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user