On 18.7.2011 18:48, Martin Kosek wrote:
On Mon, 2011-07-18 at 17:16 +0200, Jan Cholasta wrote:
https://fedorahosted.org/freeipa/ticket/1469

Honza


The patch is missing.

Martin


Is it?

...it is!

Sorry.

Honza

--
Jan Cholasta
>From 7ec54681c9eeb89b60ee6d5a7d8c1611be0c4af3 Mon Sep 17 00:00:00 2001
From: Jan Cholasta <jchol...@redhat.com>
Date: Mon, 18 Jul 2011 16:43:35 +0200
Subject: [PATCH] Don't delete NIS netgroup compat suffix on 'ipa-nis-manage
 disable'.

ticket 1469
---
 install/tools/ipa-nis-manage |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)

diff --git a/install/tools/ipa-nis-manage b/install/tools/ipa-nis-manage
index 6eb619c..3625ae0 100755
--- a/install/tools/ipa-nis-manage
+++ b/install/tools/ipa-nis-manage
@@ -185,21 +185,6 @@ def main():
                 print lde
                 retval = 1
 
-            # delete the netgroups compat area.
-            try:
-                conn.delete_entry('cn=ng,cn=Schema Compatibility,cn=plugins,cn=config', normalize=False)
-            except errors.NotFound:
-                pass
-            except errors.DatabaseError, dbe:
-                print "An error occurred while talking to the server."
-                print dbe
-                retval = 1
-            except errors.ExecutionError, lde:
-                print "An error occurred while talking to the server."
-                print lde
-                retval = 1
-
-
         else:
             retval = 1
 
-- 
1.7.4.4

_______________________________________________
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Reply via email to