summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2007-12-17 10:17:24 +0000
committerMark McLoughlin <markmc@redhat.com>2007-12-17 10:17:24 +0000
commit4b4b0b43767bca397055e19a4c50f5c2ce345648 (patch)
tree0b921438b4e7cd619fa1e04c26d3312cbd03b4f1
parent2faa288218bb2e539379ac512d6facfffba7002a (diff)
downloadfreeipa-4b4b0b43767bca397055e19a4c50f5c2ce345648.tar.gz
freeipa-4b4b0b43767bca397055e19a4c50f5c2ce345648.tar.xz
freeipa-4b4b0b43767bca397055e19a4c50f5c2ce345648.zip
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 <markmc@redhat.com>
-rw-r--r--ipa-server/ipaserver/krbinstance.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ipa-server/ipaserver/krbinstance.py b/ipa-server/ipaserver/krbinstance.py
index e18d34445..2f4454bad 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")