mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Force creation of services during replica install
Missing A record should not prevent replica to be installed. Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
This commit is contained in:
@@ -79,7 +79,8 @@ def install_http_certs(config, fstore):
|
||||
principal = 'HTTP/%s@%s' % (config.host_name, config.realm_name)
|
||||
installutils.install_service_keytab(principal,
|
||||
config.master_host_name,
|
||||
paths.IPA_KEYTAB)
|
||||
paths.IPA_KEYTAB,
|
||||
force_service_add=True)
|
||||
|
||||
# Obtain certificate for the HTTP service
|
||||
nssdir = certs.NSS_DIR
|
||||
|
||||
Reference in New Issue
Block a user