Re: [Freeipa-devel] [PATCH] 192 Replace float with Decimal

2012-01-19 Thread Martin Kosek
On Thu, 2012-01-19 at 17:08 -0500, Rob Crittenden wrote: > Martin Kosek wrote: > > On Tue, 2012-01-17 at 11:27 +0100, Martin Kosek wrote: > >> On Fri, 2012-01-13 at 21:02 +0100, Martin Kosek wrote: > >>> This patch fixes RHEL 6.2 build issue. > >>> > >>> Having float type as a base type for fl

Re: [Freeipa-devel] [PATCH] 190 Fix ipa-server-install for dual NICs

2012-01-19 Thread Rob Crittenden
Martin Kosek wrote: On Fri, 2012-01-13 at 10:48 -0500, Rob Crittenden wrote: Martin Kosek wrote: It seems I sent two patches with number 189. Sending a patch with a correct number. Martin On Tue, 2012-01-10 at 12:40 +0100, Martin Kosek wrote: Depends on my patch 188 --- A server may have 2 o

Re: [Freeipa-devel] [PATCH] 8 localhost.localdomain clients refused to join ipa domain

2012-01-19 Thread Rob Crittenden
Ondrej Hamada wrote: https://fedorahosted.org/freeipa/ticket/2112 Machines with hostname 'localhost.localdomain' are refused from joining IPA domain and proper error message is shown. This should probably check for just localhost as well. It is good that the check is done here as ipa-join can

Re: [Freeipa-devel] [PATCH] 192 Replace float with Decimal

2012-01-19 Thread Rob Crittenden
Martin Kosek wrote: On Tue, 2012-01-17 at 11:27 +0100, Martin Kosek wrote: On Fri, 2012-01-13 at 21:02 +0100, Martin Kosek wrote: This patch fixes RHEL 6.2 build issue. Having float type as a base type for floating point parameter in ipalib introduces several issues, e.g. problem with repr

[Freeipa-devel] [PATCH] 928 fix automount submounts

2012-01-19 Thread Rob Crittenden
There is a --parentmap option in automountmap-add-indirect. This is used to create submount maps but wasn't working at all. It now creates the proper key entry pointing to another map. See ticket https://fedorahosted.org/freeipa/ticket/1268 for more details and examples. rob >From 8f7cdd0c9f

Re: [Freeipa-devel] [PATCH] [WIP] 069 Added refresh button for UI

2012-01-19 Thread Adam Young
On 01/17/2012 10:36 AM, Endi Sukma Dewata wrote: On 1/16/2012 8:02 AM, Petr Vobornik wrote: 1) Button position: I added the button into facet header next to 'add', 'delete', 'reset', 'update' buttons as shown on the picture ( http://pvoborni.fedorapeople.org/images/2051-refresh-button.png ). I'm

[Freeipa-devel] [PATCH] 193 Mark optional DNS record parts

2012-01-19 Thread Martin Kosek
This patch is needed for ticket 2208 (UI for new DNS interface) so that UI can distinguish between required and optional DNS part params. Martin >From 80c0c468c285ca07a3f622b0962580469745623a Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: Thu, 19 Jan 2012 12:14:41 +0100 Subject: [PATCH] Mark