Re: [Freeipa-devel] [PATCH] 0079 Use common group for DS instances

2011-01-29 Thread Simo Sorce
On Fri, 28 Jan 2011 19:11:39 -0500 Rob Crittenden rcrit...@redhat.com wrote: Simo Sorce wrote: Use a common group named 'dirsrv' for all DS instances, as requested in ticket #851 While there also remove the -u option, it is silly to allow to change one in three (the other are group

[Freeipa-devel] [PATCH] Add permission dialog adjustments.

2011-01-29 Thread Endi Sukma Dewata
The IPA.dialog has been modified to support sections. The add dialog for permission has been modified to include the target section. The base dialog classes have been moved from widget.js into a new file called dialog.js. This patch also includes ayoung's fix for parameter name and format for

[Freeipa-devel] SUDO community changed SUDO schema!!!

2011-01-29 Thread Dmitri Pal
Hello, I noticed today that the schema used by latest version of SUDO has changed: http://www.sudo.ws/sudo/sudoers.ldap.man.html It is simplified and adds 3 new attributes: **sudoNotBefore** A timestamp in the form |mmddHHMMZ| that indicates start of validity of this |sudoRole|. If

Re: [Freeipa-devel] SUDO community changed SUDO schema!!!

2011-01-29 Thread JR Aquino
From: Dmitri Pal d...@redhat.commailto:d...@redhat.com Organization: Red Hat Reply-To: d...@redhat.commailto:d...@redhat.com Date: Sat, 29 Jan 2011 11:25:17 -0500 To: freeipa-devel@redhat.commailto:freeipa-devel@redhat.com Subject: [Freeipa-devel] SUDO community changed SUDO schema!!!

Re: [Freeipa-devel] SUDO community changed SUDO schema!!!

2011-01-29 Thread JR Aquino
On 1/29/11 9:30 AM, JR Aquino jr.aqu...@citrix.com wrote: From: Dmitri Pal d...@redhat.commailto:d...@redhat.com Organization: Red Hat Reply-To: d...@redhat.commailto:d...@redhat.com Date: Sat, 29 Jan 2011 11:25:17 -0500 To: freeipa-devel@redhat.commailto:freeipa-devel@redhat.com Subject:

Re: [Freeipa-devel] [PATCH] Add permission dialog adjustments.

2011-01-29 Thread Adam Young
On 01/29/2011 11:06 AM, Endi Sukma Dewata wrote: The IPA.dialog has been modified to support sections. The add dialog for permission has been modified to include the target section. The base dialog classes have been moved from widget.js into a new file called dialog.js. This patch also includes

[Freeipa-devel] [PATCH] placeholder function

2011-01-29 Thread Adam Young
Pushed under the one line rule. commit e633dd81ddd3153b7481455f215d91772ff5b34b Author: Adam Young ayo...@redhat.com Date: Sat Jan 29 14:24:00 2011 -0500 placeholder function ipa_target_section does not overload is_dirty, and it alwayrs returns true, meaning you can never leave

Re: [Freeipa-devel] SUDO community changed SUDO schema!!!

2011-01-29 Thread Dmitri Pal
On 01/29/2011 12:37 PM, JR Aquino wrote: On 1/29/11 9:30 AM, JR Aquino jr.aqu...@citrix.com wrote: From: Dmitri Pal d...@redhat.commailto:d...@redhat.com Organization: Red Hat Reply-To: d...@redhat.commailto:d...@redhat.com Date: Sat, 29 Jan 2011 11:25:17 -0500 To:

Re: [Freeipa-devel] [PATCH] 0079 Use common group for DS instances

2011-01-29 Thread Simo Sorce
On Sat, 29 Jan 2011 10:28:49 -0500 Simo Sorce sso...@redhat.com wrote: On Fri, 28 Jan 2011 19:11:39 -0500 Rob Crittenden rcrit...@redhat.com wrote: Simo Sorce wrote: Use a common group named 'dirsrv' for all DS instances, as requested in ticket #851 While there also remove

[Freeipa-devel] [PATCH] admiyo-0178-populate-attribute-table-for-delegation-add.

2011-01-29 Thread Adam Young
Pushed under the one line rule. [ayoung@ayoung ui]$ git show HEAD commit 20e742d355bf75bd8510c7ff2eb72cdf6e11d480 Author: Adam Young ayo...@redhat.com Date: Sat Jan 29 22:08:27 2011 -0500 populate attribute table for delegation add diff --git a/install/ui/aci.js b/install/ui/aci.js

Re: [Freeipa-devel] [PATCH] Fixed permission reset and is_dirty.

2011-01-29 Thread Adam Young
On 01/29/2011 09:26 PM, Endi Sukma Dewata wrote: On 1/29/2011 8:01 PM, Endi Sukma Dewata wrote: The reset and is_dirty functionality for permission has been fixed. New widgets have been created for select and a collection of checkboxes. New test data files have been added for each target type.

[Freeipa-devel] [PATCH] admiyo-0179-delegation-work-around

2011-01-29 Thread Adam Young
https://fedorahosted.org/freeipa/ticket/878 From cc8285605650285a2f6eaa995d56d87722fef7a5 Mon Sep 17 00:00:00 2001 From: Adam Young ayo...@redhat.com Date: Sat, 29 Jan 2011 22:55:08 -0500 Subject: [PATCH] delegation work around Since the delegation enityt is using membergroup as the property

Re: [Freeipa-devel] [PATCH] admiyo-0179-delegation-work-around

2011-01-29 Thread Endi Sukma Dewata
On 1/29/2011 10:05 PM, Adam Young wrote: https://fedorahosted.org/freeipa/ticket/878 ACK and pushed to master. -- Endi S. Dewata ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel

[Freeipa-devel] [PATCH] Fixed IPA.widget's load, save, and is_dirty.

2011-01-29 Thread Endi Sukma Dewata
This patch fixes the problem leaving the user details page. -- Endi S. Dewata From 54ba4b7e47a427567fa04724ddfe9f642d82c793 Mon Sep 17 00:00:00 2001 From: Endi S. Dewata edew...@redhat.com Date: Sat, 29 Jan 2011 23:03:30 -0600 Subject: [PATCH] Fixed IPA.widget's load, save, and is_dirty. This