Re: [Freeipa-devel] [PATCH] 23 Allow one letter net/hostgroups names

2012-05-04 Thread Ondrej Hamada
On 05/03/2012 05:44 PM, Martin Kosek wrote: On Thu, 2012-05-03 at 17:08 +0200, Ondrej Hamada wrote: On 05/02/2012 05:49 PM, Ondrej Hamada wrote: https://fedorahosted.org/freeipa/ticket/2671 Changed regex validating net/hostgroup names to allow single letter names. Unit-tests added. But the cu

Re: [Freeipa-devel] [PATCH] 0044 Validate externalhost (when added by --addattr/--setattr)

2012-05-04 Thread Ondrej Hamada
On 04/30/2012 02:13 PM, Petr Viktorin wrote: Change the externalhost attribute of hbacrule, netgroup and sudorule into a full-fledged Parameter, and attach a validator to it. RFC 1123 specifies that only [-a-z0-9] are allowed, but apparently Windows and some phones also use underscores in host

[Freeipa-devel] [PATCH] 135 Host page fixed to work with disabled DNS support

2012-05-04 Thread Petr Vobornik
When DNS support was disabled there were following errors in Web UI: 1) Host details page was not filled with data 2) Host adder dialog was broken -> unusable 3) DNS tab was displayed in navigation The bugs were fixed by: 1) Was caused by entity_link_widget. The widget was modified to do not

[Freeipa-devel] [PATCH] 257 Fix python Requires in Fedora 17 build

2012-05-04 Thread Martin Kosek
This one actually took me some time to track it down (details are in a patch description). To check the result, simply build freeipa on Fedora 17 with "make rpms", install rpms on the machine and check Requires of freeipa-admintools package: $ rpm -qR freeipa-admintools Before the patch, there wa