[Freeipa-devel] [PATCH] Fix error caused by creation steps patch merge

Mark McLoughlin markmc at redhat.com
Mon Dec 17 10:17:32 UTC 2007


# HG changeset patch
# User Mark McLoughlin <markmc at redhat.com>
# Date 1197886644 0
# Node ID e1e9b979aa2ad8e4cd6fa157641a2913b4458d29
# Parent  62186565605b2d1ae71918514a0518d9c1cef6e1
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 at redhat.com>

diff -r 62186565605b -r e1e9b979aa2a ipa-server/ipaserver/krbinstance.py
--- a/ipa-server/ipaserver/krbinstance.py	Thu Dec 13 16:44:57 2007 -0500
+++ b/ipa-server/ipaserver/krbinstance.py	Mon Dec 17 10:17:24 2007 +0000
@@ -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")




More information about the Freeipa-devel mailing list