[Freeipa-devel] [PATCH 81] ipa user-find --manager does not find matches

2012-08-31 Thread John Dennis
-- John Dennis Looking to carve out IT costs? www.redhat.com/carveoutcosts/ >From eda845c33c20259cce39621b707906808b2b9335 Mon Sep 17 00:00:00 2001 From: John Dennis Date: Fri, 31 Aug 2012 08:16:49 -0400 Subject: [PATCH 81] ipa user-find --manager does not find matches Content-Type: text/plain

Re: [Freeipa-devel] [PATCH 81] ipa user-find --manager does not find matches

2012-08-31 Thread John Dennis
The original patch was missing a unit test to verify the fix. This version of the patch now includes a unit test. -- John Dennis Looking to carve out IT costs? www.redhat.com/carveoutcosts/ >From a989885f065a6d05eff16f92b259f76c3fceaace Mon Sep 17 00:00:00 2001 From: John Dennis Date: Fri, 31

Re: [Freeipa-devel] Paging in Web UI

2012-08-31 Thread Petr Vobornik
On 08/29/2012 06:50 PM, Endi Sukma Dewata wrote: On 8/29/2012 8:49 AM, Petr Vobornik wrote: Another possibility is to use VLV, but it seems to require open connection too and only works with a predefined filter. Apart from the possible connection problem I think it is very usable for default v

[Freeipa-devel] Reevaluation of confirmation of actions in Web UI.

2012-08-31 Thread Petr Vobornik
Hi Endi, I opened https://fedorahosted.org/freeipa/ticket/3035 can you please comment? If everything seems good, I will try to implement some stuff to RC1 (next week). Thanks -- Petr Vobornik ___ Freeipa-devel mailing list Freeipa-devel@redhat.com

Re: [Freeipa-devel] Reevaluation of confirmation of actions in Web UI.

2012-08-31 Thread Petr Vobornik
On 08/31/2012 05:00 PM, Petr Vobornik wrote: Hi Endi, I opened https://fedorahosted.org/freeipa/ticket/3035 can you please comment? If everything seems good, I will try to implement some stuff to RC1 (next week). Thanks Wrong address... -- Petr Vobornik __

[Freeipa-devel] [PATCH 0010] Sort policies numerically in pwpolicy-find

2012-08-31 Thread Tomas Babej
Hi, this is a fairly simple one-liner. https://fedorahosted.org/freeipa/ticket/3039 Tomas >From fd68588f8fbd28c942042fe8fb55bc3bef90e345 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Fri, 31 Aug 2012 05:29:32 -0400 Subject: [PATCH] Sort policies numerically in pwpolicy-find https://fedorah

Re: [Freeipa-devel] [PATCH 0010] Sort policies numerically in pwpolicy-find

2012-08-31 Thread Rob Crittenden
Tomas Babej wrote: Hi, this is a fairly simple one-liner. https://fedorahosted.org/freeipa/ticket/3039 Tomas Looks good. Can you add a unit test so we don't have a regression on this? thanks rob ___ Freeipa-devel mailing list Freeipa-devel@redha

[Freeipa-devel] [PATCH] 1050 prevent replica orphans

2012-08-31 Thread Rob Crittenden
It was possible use ipa-replica-manage connect/disconnect/del to end up orphaning or or more IPA masters. This is an attempt to catch and prevent that case. I tested with this topology, trying to delete B. A <-> B <-> C I got here by creating B and C from A, connecting B to C then deleting t

Re: [Freeipa-devel] [PATCH] 1050 prevent replica orphans

2012-08-31 Thread Rob Crittenden
Rob Crittenden wrote: It was possible use ipa-replica-manage connect/disconnect/del to end up orphaning or or more IPA masters. This is an attempt to catch and prevent that case. I tested with this topology, trying to delete B. A <-> B <-> C I got here by creating B and C from A, connecting B

[Freeipa-devel] [PATCH] 1051 Fix CS replica management

2012-08-31 Thread Rob Crittenden
The naming in CS replication agreements is different from IPA agreements, we have to live with what the create. The master side should be on the local side, replica1, not the remote. This required reversing a few master variables. Pass in the force flag to del_link. Do a better job of finding

[Freeipa-devel] [PATCH] 1052 add version to prepared replica files

2012-08-31 Thread Rob Crittenden
When installing a replica in an upgrade situation we want to be sure we install the same version or higher. This will have to bake a bit until the next full version of IPA but the idea is to prevent installing a newer replica file on an older server. To test this you need to rip apart a prepar

Re: [Freeipa-devel] [PATCH 0010] Sort policies numerically in pwpolicy-find

2012-08-31 Thread Tomas Babej
On 08/31/2012 07:08 PM, Rob Crittenden wrote: Tomas Babej wrote: Hi, this is a fairly simple one-liner. https://fedorahosted.org/freeipa/ticket/3039 Tomas Looks good. Can you add a unit test so we don't have a regression on this? thanks rob I tweaked one of the existing unit tests to