[Freeipa-devel] [PATCH] 084 Multi-process build problems

2011-06-17 Thread Martin Kosek
Fix a problem when a target missed a version-update requirement. This caused build problems, especially in a parallel build environment. https://fedorahosted.org/freeipa/ticket/1215 From 0ba58ecbacb9896e3130a1fc2307cbbe8ddcd9e7 Mon Sep 17 00:00:00 2001 From: Martin Kosek mko...@redhat.com Date:

[Freeipa-devel] [PATCH] 085 Fix doc for sudorule runasuser commands

2011-06-17 Thread Martin Kosek
https://fedorahosted.org/freeipa/ticket/1324 From 88fde0840536810debb26cf657f5706e7b5163ba Mon Sep 17 00:00:00 2001 From: Martin Kosek mko...@redhat.com Date: Fri, 17 Jun 2011 12:48:38 +0200 Subject: [PATCH] Fix doc for sudorule runasuser commands https://fedorahosted.org/freeipa/ticket/1324 ---

[Freeipa-devel] [PATCH] 086 Fix IPA install for secure umask

2011-06-17 Thread Martin Kosek
Make sure that IPA can be installed with root umask set to secure value 077. ipa-server-install was failing in DS configuration phase when dirsrv tried to read boot.ldif created during installation. https://fedorahosted.org/freeipa/ticket/1282 From 34f509c968195aaad0088d302374066ba56ce391 Mon

Re: [Freeipa-devel] [PATCH] 085 Fix doc for sudorule runasuser commands

2011-06-17 Thread Rob Crittenden
Martin Kosek wrote: https://fedorahosted.org/freeipa/ticket/1324 ack ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel

Re: [Freeipa-devel] [PATCH] 086 Fix IPA install for secure umask

2011-06-17 Thread Martin Kosek
On Fri, 2011-06-17 at 14:44 +0200, Martin Kosek wrote: Make sure that IPA can be installed with root umask set to secure value 077. ipa-server-install was failing in DS configuration phase when dirsrv tried to read boot.ldif created during installation.

[Freeipa-devel] UX: Settings to the left

2011-06-17 Thread Adam Young
Disagree. The ordering seems to make sense to people with the settings in the middle. THe settings are not the most important facet for most entities, it is the collections of things they maintain that is most important. Remember, we origianlly went with this ordering to solve that issue.

Re: [Freeipa-devel] [PATCH] 085 Fix doc for sudorule runasuser commands

2011-06-17 Thread Martin Kosek
On Fri, 2011-06-17 at 09:33 -0400, Rob Crittenden wrote: Martin Kosek wrote: https://fedorahosted.org/freeipa/ticket/1324 ack Pushed to master, ipa-2-0. Martin ___ Freeipa-devel mailing list Freeipa-devel@redhat.com

Re: [Freeipa-devel] [PATCH] 29 Raise DuplicateEntry Error when adding a duplicate sudo option

2011-06-17 Thread Rob Crittenden
JR Aquino wrote: On Jun 16, 2011, at 8:01 AM, Rob Crittenden wrote: JR Aquino wrote: On Jun 15, 2011, at 8:03 AM, Rob Crittenden wrote: A minor issue and a question. The minor issue is you changed a couple of options from optional to mandatory, which is fine, but we need to bump up the

Re: [Freeipa-devel] 32 Don't add empty tuple to entry_attrs['externalhost']

2011-06-17 Thread Rob Crittenden
JR Aquino wrote: https://fedorahosted.org/freeipa/ticket/1339 ack, pushed to master ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel

Re: [Freeipa-devel] [PATCH] 079 DNS installation fails when domain and host domain mismatch

2011-06-17 Thread Rob Crittenden
Martin Kosek wrote: On Tue, 2011-06-14 at 13:53 -0400, Rob Crittenden wrote: Martin Kosek wrote: This patch depends on my patch 078. A special patch for stable branch attached. --- Create DNS domain for IPA server hostname first so that it's forward record can be added. This results in 2

[Freeipa-devel] [PATCH] 183 Storing page number in URL.

2011-06-17 Thread Endi Sukma Dewata
The association facet has been modified to store the current page number in the browser's URL. This way page changes are stored in browser's history allowing the back button to work properly. Ticket #1264 -- Endi S. Dewata From 5f4c75eaa3012d97bbeec9c8dd576a8cfdcc6d81 Mon Sep 17 00:00:00 2001

Re: [Freeipa-devel] [PATCH] 0237-no-redirect-on-unknown-error

2011-06-17 Thread Adam Young
On 06/15/2011 09:23 PM, Endi Sukma Dewata wrote: On 6/15/2011 6:44 PM, Adam Young wrote: On 06/15/2011 02:37 PM, Adam Young wrote: Part 2 https://fedorahosted.org/freeipa/ticket/1281 Now iterates through a list of known error types. If the server is down (service ipa stop) it throws an

Re: [Freeipa-devel] [PATCH] 183 Storing page number in URL.

2011-06-17 Thread Adam Young
On 06/17/2011 03:12 PM, Endi Sukma Dewata wrote: The association facet has been modified to store the current page number in the browser's URL. This way page changes are stored in browser's history allowing the back button to work properly. Ticket #1264

[Freeipa-devel] 0241-enforce-proper-capitalization-with-stylesheet.

2011-06-17 Thread Adam Young
From 6716c71f4627aba77ae86316b8a38076baa310b1 Mon Sep 17 00:00:00 2001 From: Adam Young ayo...@redhat.com Date: Fri, 17 Jun 2011 16:59:48 -0400 Subject: [PATCH] enforce proper capitalization with stylesheet. --- install/ui/ipa.css | 13 + 1 files changed, 9 insertions(+), 4

[Freeipa-devel] [PATCH] 805 make dogtag optionally installable on replicas

2011-06-17 Thread Rob Crittenden
A dogtag replica file is created as usual. When the replica is installed dogtag is optional and not installed by default. Adding the --setup-ca option will configure it when the replica is installed. A new tool ipa-ca-install will configure dogtag if it wasn't configured when the replica was

Re: [Freeipa-devel] 0241-enforce-proper-capitalization-with-stylesheet.

2011-06-17 Thread Endi Sukma Dewata
On 6/17/2011 4:00 PM, Adam Young wrote: Please take a look at the following capitalization. If these are considered OK feel free to push. Host-group = Host-group (the g is not capitalized) Max lifetime (days) = Max Lifetime (Days) (unit is capitalized) Min lifetime (hours) = Min

[Freeipa-devel] Management of the CS instances.

2011-06-17 Thread Dmitri Pal
Hi, Before we went too far with implementing the CS decoupling here is a stupid idea I have. We can proceed with the plans described in tickets: https://fedorahosted.org/freeipa/ticket/1250 https://fedorahosted.org/freeipa/ticket/1251 https://fedorahosted.org/freeipa/ticket/1252 However what we

Re: [Freeipa-devel] 0241-enforce-proper-capitalization-with-stylesheet.

2011-06-17 Thread Adam Young
THis is how hyphenation is supposed to work. We should remove the hyphenation in the cases that you have enumerated below. The capitailzationg of Days and Hours units is fine. Agreed on the field label class. On 06/17/2011 06:03 PM, Endi Sukma Dewata wrote: On 6/17/2011 4:00 PM, Adam

Re: [Freeipa-devel] Management of the CS instances.

2011-06-17 Thread Adam Young
On 06/17/2011 06:59 PM, Dmitri Pal wrote: Hi, Before we went too far with implementing the CS decoupling here is a stupid idea I have. We can proceed with the plans described in tickets: https://fedorahosted.org/freeipa/ticket/1250 https://fedorahosted.org/freeipa/ticket/1251

[Freeipa-devel] [PATCH] 0242-hide-automount-tabs

2011-06-17 Thread Adam Young
From 0f254711921ac95fe4faa00f97fc97f97d74f5a2 Mon Sep 17 00:00:00 2001 From: Adam Young ayo...@redhat.com Date: Fri, 17 Jun 2011 20:09:03 -0400 Subject: [PATCH] hide automount tabs. the tabs are required for natigation, but they should not be visible, as the breadcrub provides the navigation