Re: [Freeipa-devel] [PATCH] 782 update nvr for selinux-policy and pki-ca

2011-05-13 Thread Martin Kosek
On Thu, 2011-05-12 at 22:47 -0400, Rob Crittenden wrote: Update min nvr for selinux-policy and pki-ca for F-15+ Done with conditionals so still installable on F-14. ticket 1200 rob ACK. Good job, the conditional and the rpm build as a whole works fine for both F-14 and F-15. I will

Re: [Freeipa-devel] [PATCH] 048 Remove doc from API.txt

2011-05-13 Thread Martin Kosek
On Thu, 2011-05-12 at 11:27 -0400, Rob Crittenden wrote: Martin Kosek wrote: On Wed, 2011-05-11 at 17:04 -0400, Rob Crittenden wrote: Martin Kosek wrote: Doc parts are not removed from the API completely. This leads to unnecessary updates to API.txt when the option/argument documentation

Re: [Freeipa-devel] [PATCH] 064 Improve service manipulation in client install

2011-05-13 Thread Martin Kosek
On Thu, 2011-05-12 at 11:40 -0400, Rob Crittenden wrote: Martin Kosek wrote: On Tue, 2011-05-10 at 10:06 -0400, Rob Crittenden wrote: Martin Kosek wrote: Remove redundant ipa-client-install error message when optional nscd daemon was not installed. Additionally, use standard IPA functions

Re: [Freeipa-devel] [PATCH] 048 Remove doc from API.txt

2011-05-13 Thread Simo Sorce
On Fri, 2011-05-13 at 13:29 +0200, Martin Kosek wrote: On Thu, 2011-05-12 at 11:27 -0400, Rob Crittenden wrote: Martin Kosek wrote: On Wed, 2011-05-11 at 17:04 -0400, Rob Crittenden wrote: Martin Kosek wrote: Doc parts are not removed from the API completely. This leads to

Re: [Freeipa-devel] [PATCH] 048 Remove doc from API.txt

2011-05-13 Thread Martin Kosek
On Fri, 2011-05-13 at 08:28 -0400, Simo Sorce wrote: On Fri, 2011-05-13 at 13:29 +0200, Martin Kosek wrote: On Thu, 2011-05-12 at 11:27 -0400, Rob Crittenden wrote: Martin Kosek wrote: On Wed, 2011-05-11 at 17:04 -0400, Rob Crittenden wrote: Martin Kosek wrote: Doc parts are not

[Freeipa-devel] [PATCH] 20 Assume ipa help for plugins

2011-05-13 Thread Jan Cholasta
Show help for plugin when the user runs 'ipa plugin', instead of printing an error message about unknown command. https://fedorahosted.org/freeipa/ticket/914 Honza -- Jan Cholasta From e7aee9a1b6f08816a5d2b9ae40b80e3bfc594541 Mon Sep 17 00:00:00 2001 From: Jan Cholasta jchol...@redhat.com

Re: [Freeipa-devel] [PATCH] 20 Assume ipa help for plugins

2011-05-13 Thread JR Aquino
On May 13, 2011, at 5:48 AM, Jan Cholasta wrote: Show help for plugin when the user runs 'ipa plugin', instead of printing an error message about unknown command. https://fedorahosted.org/freeipa/ticket/914 Honza -- Jan Cholasta

[Freeipa-devel] Move DNS to the Identity Tab?

2011-05-13 Thread Adam Young
One minor piece of Feedback I got from people at the Summit was surprise that DNS was on the Policy tab and not on the Identity tab. Moving this is trivial. Does anyone object to me making that change? ___ Freeipa-devel mailing list

Re: [Freeipa-devel] Move DNS to the Identity Tab?

2011-05-13 Thread JR Aquino
On May 13, 2011, at 8:47 AM, Adam Young wrote: One minor piece of Feedback I got from people at the Summit was surprise that DNS was on the Policy tab and not on the Identity tab. Moving this is trivial. Does anyone object to me making that change?

Re: [Freeipa-devel] [PATCH] 782 update nvr for selinux-policy and pki-ca

2011-05-13 Thread Rob Crittenden
Martin Kosek wrote: On Thu, 2011-05-12 at 22:47 -0400, Rob Crittenden wrote: Update min nvr for selinux-policy and pki-ca for F-15+ Done with conditionals so still installable on F-14. ticket 1200 rob ACK. Good job, the conditional and the rpm build as a whole works fine for both F-14 and

Re: [Freeipa-devel] [PATCH] 27 Make sure ipa_config is read only when caching

2011-05-13 Thread Rob Crittenden
JR Aquino wrote: It was discovered that using the batch plugin it was possible to store duplicate data in parts of the ipa_config during iterations. This was causing a cascading exec failures if any one of the batch executions failed. https://fedorahosted.org/freeipa/ticket/1220 ack,

Re: [Freeipa-devel] [PATCH] 20 Assume ipa help for plugins

2011-05-13 Thread Rob Crittenden
JR Aquino wrote: On May 13, 2011, at 5:48 AM, Jan Cholasta wrote: Show help for plugin when the user runs 'ipaplugin', instead of printing an error message about unknown command. https://fedorahosted.org/freeipa/ticket/914 Honza -- Jan Cholasta

Re: [Freeipa-devel] [PATCH] 24 Add sudorule and hbacrule to memberof AND indirectmemberof attributes

2011-05-13 Thread JR Aquino
On May 10, 2011, at 8:14 PM, Adam Young wrote: On 05/10/2011 11:07 PM, Adam Young wrote: On 05/10/2011 04:38 PM, JR Aquino wrote: 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

Re: [Freeipa-devel] Automount API consistancy and WebUI searchs

2011-05-13 Thread Rob Crittenden
Adam Young wrote: The general pattern for finding something is entityname_find FILTER And for nested entities is entityname_find PARENTKEY FILTER So for Automount it is automountlocation_find FILTER automountmap_find LOC FILTER So Key should be automountkey_find LOC MAP FILTER The show

[Freeipa-devel] [PATCH] 783 get group info when showing user

2011-05-13 Thread Rob Crittenden
The UI team had asked that we provide some group info (GID, description) when showing users. This ads a special call to group_find to get this information. It is returned as a list of dicts. ticket 107 rob From 1aa0f8cd7915bc277a96a46045158949ee84ff33 Mon Sep 17 00:00:00 2001 From: Rob

Re: [Freeipa-devel] [PATCH] 783 get group info when showing user

2011-05-13 Thread Rob Crittenden
Adam Young wrote: On 05/13/2011 04:10 PM, Rob Crittenden wrote: The UI team had asked that we provide some group info (GID, description) when showing users. This ads a special call to group_find to get this information. It is returned as a list of dicts. ticket 107 rob

[Freeipa-devel] Ticket #293

2011-05-13 Thread Adam Young
I'm tripping over the solution to this ticket: https://fedorahosted.org/freeipa/ticket/293 I don't understand the statement: The key for a direct map is /- so only one can be in auto.master auto.master is the map. Do you mean that there cannot be more than one direct map in a location? The

[Freeipa-devel] Fwd: Re: [Freeipa-users] FreeIPA for Linux desktop deployment

2011-05-13 Thread Adam Young
Beyond my knowledge. Any help here? Original Message Subject:Re: [Freeipa-users] FreeIPA for Linux desktop deployment Date: Fri, 13 May 2011 18:38:07 -0700 (PDT) From: nasir nasir kollath...@yahoo.com To: Adam Young ayo...@redhat.com I did this. Now my ipa