Re: [Freeipa-devel] [PATCH] 775 wait for memberof task during install

2011-04-22 Thread Martin Kosek
On Thu, 2011-04-21 at 15:10 -0600, Rich Megginson wrote: On 04/21/2011 02:47 PM, Rob Crittenden wrote: Wait for memberof task and DS to start before proceeding in installation. This was causing a replica DS instance to crash if the task was not completed when we attempted a shutdown

[Freeipa-devel] [PATCH] 776 handle manager properly

2011-04-22 Thread Rob Crittenden
manager should be a dn string so convert back and forth when adding/viewing entries. ticket 1151 rob freeipa-rcrit-776-manager.patch Description: application/mbox ___ Freeipa-devel mailing list Freeipa-devel@redhat.com

[Freeipa-devel] [PATCH] 777 adjust output of user-find

2011-04-22 Thread Rob Crittenden
Modify the default attributes shown in user-find to match the UI design. This change means the UI can stop using the --all option and have to retrieve significantly less information from the server. It also speeds up user-find as it doesn't have to calculate membership. This adds a new

Re: [Freeipa-devel] [PATCH] 23 Optimize and dynamically verify group membership

2011-04-22 Thread Rob Crittenden
JR Aquino wrote: On Apr 20, 2011, at 10:32 AM, Rob Crittenden wrote: ... Seems to work as advertised, I just have a couple of requests: - Some of the comments are really long, can you limit to ~75 chars per line? - In this code block: for r in results: direct.append(r[0])

[Freeipa-devel] [PATCH] admiyo-0222-Removed-entities-that-are-for-some-reason-invalid

2011-04-22 Thread Adam Young
This might be my favorite patch name yet. This patch depends on admiyo-0221-2 From 12cb82c6cfa037d90c2caf61d902f0bd21d264b4 Mon Sep 17 00:00:00 2001 From: Adam Young ayo...@redhat.com Date: Fri, 22 Apr 2011 14:31:12 -0400 Subject: [PATCH] Removed entities that are, for some reason, invalid. ---

Re: [Freeipa-devel] [PATCH] 775 wait for memberof task during install

2011-04-22 Thread Rob Crittenden
Martin Kosek wrote: On Thu, 2011-04-21 at 15:10 -0600, Rich Megginson wrote: On 04/21/2011 02:47 PM, Rob Crittenden wrote: Wait for memberof task and DS to start before proceeding in installation. This was causing a replica DS instance to crash if the task was not completed when we attempted

[Freeipa-devel] [PATCH] admiyo-0223-make-use-of-new-user-find-columns

2011-04-22 Thread Adam Young
required rcrit-0777 From 8b0c126c6b86674ae4a8df4660220bbf4bd48040 Mon Sep 17 00:00:00 2001 From: Adam Young ayo...@redhat.com Date: Fri, 22 Apr 2011 15:22:31 -0400 Subject: [PATCH] make use of new user-find columns. --- install/ui/user.js |3 +-- 1 files changed, 1 insertions(+), 2

Re: [Freeipa-devel] [PATCH] 24 Add sudorule and hbacrule to indirectmemberof attributes of user.py

2011-04-22 Thread Rob Crittenden
JR Aquino wrote: On Apr 12, 2011, at 9:45 AM, JR Aquino wrote: Add HBAC Rule and Sudo Rule to users as indirect member attributes to simplify the auditing of users for their indirect membership to their authorization rights. An Administrator should have the ability to quickly identify the

Re: [Freeipa-devel] [PATCH] 776 handle manager properly

2011-04-22 Thread Adam Young
On 04/22/2011 09:45 AM, Rob Crittenden wrote: manager should be a dn string so convert back and forth when adding/viewing entries. ticket 1151 rob ___ Freeipa-devel mailing list Freeipa-devel@redhat.com

Re: [Freeipa-devel] [PATCH] 777 adjust output of user-find

2011-04-22 Thread Adam Young
On 04/22/2011 01:47 PM, Rob Crittenden wrote: Modify the default attributes shown in user-find to match the UI design. This change means the UI can stop using the --all option and have to retrieve significantly less information from the server. It also speeds up user-find as it doesn't have

Re: [Freeipa-devel] [PATCH] admiyo-0223-make-use-of-new-user-find-columns

2011-04-22 Thread Adam Young
On 04/22/2011 03:24 PM, Adam Young wrote: required rcrit-0777 ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel ACKed in IRC and pushed to master

Re: [Freeipa-devel] [PATCH] admiyo-0223-make-use-of-new-user-find-columns

2011-04-22 Thread Adam Young
On 04/22/2011 04:07 PM, Adam Young wrote: On 04/22/2011 03:24 PM, Adam Young wrote: required rcrit-0777 ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel ACKed in IRC and pushed to master

Re: [Freeipa-devel] [PATCH] 776 handle manager properly

2011-04-22 Thread Rob Crittenden
Adam Young wrote: On 04/22/2011 09:45 AM, Rob Crittenden wrote: manager should be a dn string so convert back and forth when adding/viewing entries. ticket 1151 rob ___ Freeipa-devel mailing list Freeipa-devel@redhat.com

Re: [Freeipa-devel] [PATCH] 777 adjust output of user-find

2011-04-22 Thread Rob Crittenden
Adam Young wrote: On 04/22/2011 01:47 PM, Rob Crittenden wrote: Modify the default attributes shown in user-find to match the UI design. This change means the UI can stop using the --all option and have to retrieve significantly less information from the server. It also speeds up user-find

Re: [Freeipa-devel] [PATCH] 24 Add sudorule and hbacrule to (indirect)memberof attributes of user.py

2011-04-22 Thread JR Aquino
On Apr 22, 2011, at 12:53 PM, Rob Crittenden wrote: JR Aquino wrote: On Apr 12, 2011, at 9:45 AM, JR Aquino wrote: Add HBAC Rule and Sudo Rule to users as indirect member attributes to simplify the auditing of users for their indirect membership to their authorization rights. An

[Freeipa-devel] [PATCH] 778 validate zonemgr

2011-04-22 Thread Rob Crittenden
Ensure that the zonemgr passed to the installer conforms to IA5String. ticket 1164 rob freeipa-rcrit-778-zonemgr.patch Description: application/mbox ___ Freeipa-devel mailing list Freeipa-devel@redhat.com