Re: [Freeipa-devel] [PATCH] 0094 Make it possible to list also winsync replicas

2011-03-02 Thread Rob Crittenden
Simo Sorce wrote: This patch registers winsync replica in the public tree with enough information to know which master is handling the agreement. Now when listing replicas, the type is also returned and winsync agreements are listed. When listing a specific server with --verbose, in case of a

Re: [Freeipa-devel] [PATCH] 0094 Make it possible to list also winsync replicas

2011-03-02 Thread Rob Crittenden
Rob Crittenden wrote: Simo Sorce wrote: This patch registers winsync replica in the public tree with enough information to know which master is handling the agreement. Now when listing replicas, the type is also returned and winsync agreements are listed. When listing a specific server with

Re: [Freeipa-devel] [PATCH] Use pygettext to generate translatable strings from plugin files.

2011-03-02 Thread Rob Crittenden
Jakub Hrozek wrote: On Mon, Feb 21, 2011 at 04:12:31PM +0100, Pavel Zůna wrote: This goes on top of my other localization patches! This patch replaces xgettext with a custom pygettext to generate translatable strings from plugin files in ipalib/plugins. pygettext was modified to handle plural

Re: [Freeipa-devel] [PATCH] 0094 Make it possible to list also winsync replicas

2011-03-02 Thread Simo Sorce
On Wed, 02 Mar 2011 09:16:50 -0500 Rob Crittenden rcrit...@redhat.com wrote: Simo Sorce wrote: This patch registers winsync replica in the public tree with enough information to know which master is handling the agreement. Now when listing replicas, the type is also returned and

Re: [Freeipa-devel] [PATCH] admiyo-0206-2-Use-modified-entity-find-commands-for-associations

2011-03-02 Thread Endi Sukma Dewata
On 3/1/2011 8:30 PM, Adam Young wrote: On 03/01/2011 09:23 PM, Adam Young wrote: Not a 100% solution, but keeps the groups-user facet from exploding. https://fedorahosted.org/freeipa/ticket/1011 Includes fixes for services Some issues: 1. See these lines in associate.js: 604:

Re: [Freeipa-devel] [PATCH] admiyo-0206-2-Use-modified-entity-find-commands-for-associations

2011-03-02 Thread Adam Young
On 03/02/2011 10:14 AM, Endi Sukma Dewata wrote: On 3/1/2011 8:30 PM, Adam Young wrote: On 03/01/2011 09:23 PM, Adam Young wrote: Not a 100% solution, but keeps the groups-user facet from exploding. https://fedorahosted.org/freeipa/ticket/1011 Includes fixes for services Some issues: 1.

Re: [Freeipa-devel] [PATCH] admiyo-0206-2-Use-modified-entity-find-commands-for-associations

2011-03-02 Thread Adam Young
This version uses the search widget. A little more intrusive than I wanted, but if fixes the issue with https://fedorahosted.org/freeipa/ticket/1011 On 03/02/2011 11:07 AM, Endi Sukma Dewata wrote: On 3/2/2011 9:29 AM, Adam Young wrote: Not a 100% solution, but keeps the groups-user facet

Re: [Freeipa-devel] [PATCH] 114 Save changes before modifying association.

2011-03-02 Thread Adam Young
On 03/02/2011 12:08 PM, Endi Sukma Dewata wrote: On 2/23/2011 4:11 PM, Endi Sukma Dewata wrote: In a details page, usually any changes done to the fields will not be applied until the user clicks the Update button. However, if the page contains an association table, any addition/deletion to the

[Freeipa-devel] [PATCH] admiyo-0207-update-API.txt.

2011-03-02 Thread Adam Young
From cd61ef61ad9bbfecd84dc7199d17af9e7031ef2d Mon Sep 17 00:00:00 2001 From: Adam Young ayo...@redhat.com Date: Wed, 2 Mar 2011 12:39:31 -0500 Subject: [PATCH] update API.txt --- API.txt | 16 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/API.txt b/API.txt

Re: [Freeipa-devel] [PATCH] 114 Save changes before modifying association.

2011-03-02 Thread Adam Young
On 03/02/2011 12:43 PM, Adam Young wrote: On 03/02/2011 12:08 PM, Endi Sukma Dewata wrote: On 2/23/2011 4:11 PM, Endi Sukma Dewata wrote: In a details page, usually any changes done to the fields will not be applied until the user clicks the Update button. However, if the page contains an

Re: [Freeipa-devel] [PATCH] admiyo-0207-update-API.txt.

2011-03-02 Thread Endi Sukma Dewata
On 3/2/2011 11:52 AM, Adam Young wrote: ACK. -- Endi S. Dewata ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel

[Freeipa-devel] Fwd: Re: [PATCH] admiyo-0207-update-API.txt.

2011-03-02 Thread Adam Young
Pushed to master Original Message Subject:Re: [Freeipa-devel] [PATCH] admiyo-0207-update-API.txt. Date: Wed, 02 Mar 2011 13:06:26 -0500 From: Rob Crittenden rcrit...@redhat.com To: Adam Young ayo...@redhat.com Adam Young wrote: Ack. rob

Re: [Freeipa-devel] [PATCH] 115 Fixed attribute for SUDO command group membership.

2011-03-02 Thread Adam Young
On 03/02/2011 12:43 PM, Adam Young wrote: On 02/23/2011 06:51 PM, Endi Sukma Dewata wrote: The correct attribute name for SUDO command group membership is memberof_sudocmdgroup and it contains the group name instead of dn. ___ Freeipa-devel mailing

Re: [Freeipa-devel] [PATCH] admiyo-0206-2-Use-modified-entity-find-commands-for-associations

2011-03-02 Thread Endi Sukma Dewata
On 3/2/2011 10:56 AM, Adam Young wrote: This version uses the search widget. A little more intrusive than I wanted, but if fixes the issue with https://fedorahosted.org/freeipa/ticket/1011 I tested this with Group's Member User: The Add button doesn't open a dialog box, but it tries to create

Re: [Freeipa-devel] [PATCH] admiyo-0206-2-Use-modified-entity-find-commands-for-associations

2011-03-02 Thread Adam Young
No search widget. This will keep the UI from throwing an Error, but doesn't give a way to get results beyond the first 100 On 03/02/2011 01:20 PM, Endi Sukma Dewata wrote: On 3/2/2011 10:56 AM, Adam Young wrote: This version uses the search widget. A little more intrusive than I wanted, but

Re: [Freeipa-devel] [PATCH] admiyo-0206-2-Use-modified-entity-find-commands-for-associations

2011-03-02 Thread Endi Sukma Dewata
On 3/2/2011 12:48 PM, Adam Young wrote: No search widget. This will keep the UI from throwing an Error, but doesn't give a way to get results beyond the first 100 ACK and pushed to master. -- Endi S. Dewata ___ Freeipa-devel mailing list

Re: [Freeipa-devel] [PATCH] 065 Replace only if old and new have nothing in common

2011-03-02 Thread Jakub Hrozek
On Wed, Feb 23, 2011 at 12:36:06PM -0500, Rob Crittenden wrote: Jakub Hrozek wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/23/2011 04:47 PM, Rob Crittenden wrote: Jakub Hrozek wrote: Replace only if old and new have nothing in common This has problems when removing the

[Freeipa-devel] [PATCH] 745 restart dogtag DS instance after install

2011-03-02 Thread Rob Crittenden
The dogtag team tells me we should restart their LDAP backend right after installation. In some configurations not doing this can cause problems (using the CA as we do isn't one of the known cases but better safe than sorry). To do this we bring down dogtag, restart 389-ds, then bring dogtag