summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/krbinstance.py
diff options
context:
space:
mode:
authorMartin Babinsky <mbabinsk@redhat.com>2016-11-03 18:13:28 +0100
committerJan Cholasta <jcholast@redhat.com>2016-11-11 12:17:25 +0100
commit3129b874a2c222ff207f1302e5d85ae12df2eac9 (patch)
treebfb48b70953d6b45ed229e2b4bb31ab4307f0650 /ipaserver/install/krbinstance.py
parent6181844c0ce62b8d7d35554032346396b20ad3c0 (diff)
downloadfreeipa-3129b874a2c222ff207f1302e5d85ae12df2eac9.tar.gz
freeipa-3129b874a2c222ff207f1302e5d85ae12df2eac9.tar.xz
freeipa-3129b874a2c222ff207f1302e5d85ae12df2eac9.zip
dsinstance: use keytab retrieval method from parent class
DS replica can now use remote API and ipa-getkeytab to create service principal and fetch the keytab in both domain levels. There is no need to use KDC installer to do it. https://fedorahosted.org/freeipa/ticket/6405 Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
Diffstat (limited to 'ipaserver/install/krbinstance.py')
-rw-r--r--ipaserver/install/krbinstance.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/ipaserver/install/krbinstance.py b/ipaserver/install/krbinstance.py
index d1fba7cf0..b7ae38f70 100644
--- a/ipaserver/install/krbinstance.py
+++ b/ipaserver/install/krbinstance.py
@@ -177,9 +177,6 @@ class KrbInstance(service.Service):
self.__common_setup(realm_name, host_name, domain_name, admin_password)
self.step("configuring KDC", self.__configure_instance)
- if not promote:
- self.step("creating a keytab for the directory",
- self.__create_ds_keytab)
self.step("adding the password extension to the directory", self.__add_pwd_extop_module)
if setup_pkinit:
self.step("installing X509 Certificate for PKINIT", self.__setup_pkinit)