Re: [Freeipa-devel] [PATCH] 32 Don't delete NIS netgroup compat suffix on 'ipa-nis-manage disable'

2011-07-19 Thread Martin Kosek
On Tue, 2011-07-19 at 08:00 +0200, Jan Cholasta wrote:
> 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
> 

ACK. Works as advertised. NG data are not removed.

Pushed to master, ipa-2-0.

Martin

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


Re: [Freeipa-devel] [PATCH] 32 Don't delete NIS netgroup compat suffix on 'ipa-nis-manage disable'

2011-07-18 Thread Jan Cholasta

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 
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

Re: [Freeipa-devel] [PATCH] 32 Don't delete NIS netgroup compat suffix on 'ipa-nis-manage disable'

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

The patch is missing.

Martin

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


[Freeipa-devel] [PATCH] 32 Don't delete NIS netgroup compat suffix on 'ipa-nis-manage disable'

2011-07-18 Thread Jan Cholasta

https://fedorahosted.org/freeipa/ticket/1469

Honza

--
Jan Cholasta

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