From 4b4b0b43767bca397055e19a4c50f5c2ce345648 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Mon, 17 Dec 2007 10:17:24 +0000 Subject: Fix error caused by creation steps patch merge Merging the "host keytab" and "creation steps" patchs left a stray old-style call to Service.step() Signed-off-by: Mark McLoughlin --- ipa-server/ipaserver/krbinstance.py | 1 - 1 file changed, 1 deletion(-) (limited to 'ipa-server/ipaserver/krbinstance.py') diff --git a/ipa-server/ipaserver/krbinstance.py b/ipa-server/ipaserver/krbinstance.py index e18d3444..2f4454ba 100644 --- a/ipa-server/ipaserver/krbinstance.py +++ b/ipa-server/ipaserver/krbinstance.py @@ -373,7 +373,6 @@ class KrbInstance(service.Service): os.chown("/etc/dirsrv/ds.keytab", pent.pw_uid, pent.pw_gid) def __create_host_keytab(self): - self.step("creating a keytab for the machine (sshd use this)") try: if ipautil.file_exists("/etc/krb5.keytab"): os.remove("/etc/krb5.keytab") -- cgit