From c1f5dadc4e9c5ed0c9c1a132c4fe5c66b0244882 Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Mon, 18 Jul 2011 16:43:35 +0200 Subject: Don't delete NIS netgroup compat suffix on 'ipa-nis-manage disable'. ticket 1469 --- install/tools/ipa-nis-manage | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'install/tools/ipa-nis-manage') diff --git a/install/tools/ipa-nis-manage b/install/tools/ipa-nis-manage index 6eb619c3c..3625ae03a 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 -- cgit