From cac756b87d2eb521f038d0fb2ddb2a98569cf1af Mon Sep 17 00:00:00 2001 From: Martin Basti Date: Sun, 6 Dec 2015 18:43:37 +0100 Subject: [PATCH] Force creation of services during replica install Missing A record should not prevent replica to be installed. Reviewed-By: Martin Babinsky --- ipaserver/install/server/replicainstall.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ipaserver/install/server/replicainstall.py b/ipaserver/install/server/replicainstall.py index dad1ca3d7..455416675 100644 --- a/ipaserver/install/server/replicainstall.py +++ b/ipaserver/install/server/replicainstall.py @@ -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