Re: [Freeipa-devel] [PATCH 0029-0046, 0047] Internationalized domain names in DNS plugin

2014-04-22 Thread Jan Cholasta
On 11.4.2014 17:23, Martin Basti wrote: Updated patches attached. Patch 0047-1 should be applied between patches 0040-2 and 0041-2 Patch 0043-1 was squashed into 0038-2 Patch 0044-1 was squashed into 0039-2 Patch 0034-1 was squashed into 0032-2 Patch 0034-2 implements bug fix Patches should

Re: [Freeipa-devel] [PATCH 0029-0046, 0047] Internationalized domain names in DNS plugin

2014-04-22 Thread Petr Spacek
On 22.4.2014 11:34, Jan Cholasta wrote: On 11.4.2014 17:23, Martin Basti wrote: Updated patches attached. Patch 0047-1 should be applied between patches 0040-2 and 0041-2 Patch 0043-1 was squashed into 0038-2 Patch 0044-1 was squashed into 0039-2 Patch 0034-1 was squashed into 0032-2 Patch

Re: [Freeipa-devel] [PATCHES 0172-0176] ipa_range_check improvements

2014-04-22 Thread Tomas Babej
On 04/17/2014 02:44 PM, Alexander Bokovoy wrote: You replace this by range-base_rid_set = (slapi_entry_attr_find(entry, IPA_BASE_RID, attr) == -1); You probably meant == 0. Fixed. I know that is was in your original code, but can we get numbers replaced by an enum? I'd prefer to see

[Freeipa-devel] [PATCH 177] ipatests: Extend test suite for ID ranges

2014-04-22 Thread Tomas Babej
Hi, Add tests coverage for recently added ID range checks dependant on the ID range types. Part of: https://fedorahosted.org/freeipa/ticket/4137 -- Tomas Babej Associate Software Engineer | Red Hat | Identity Management RHCE | Brno Site | IRC: tbabej | freeipa.org From

Re: [Freeipa-devel] Ipatests fixes

2014-04-22 Thread Tomas Babej
On 04/18/2014 01:14 PM, Petr Viktorin wrote: On 04/17/2014 04:31 PM, Petr Viktorin wrote: On 04/17/2014 12:22 PM, Tomas Babej wrote: On 04/09/2014 01:33 PM, Petr Viktorin wrote: On 04/09/2014 12:07 PM, Tomas Babej wrote: Hi, the following batch deals with the following: * cleans up

Re: [Freeipa-devel] Ipatests fixes

2014-04-22 Thread Petr Viktorin
On 04/22/2014 12:54 PM, Tomas Babej wrote: On 04/18/2014 01:14 PM, Petr Viktorin wrote: [...] There are some test failures in ipatests/test_integration/test_testconfig.py that I missed. This patch fixes them. Does it look good to you? Yes, thank you for the catch. ACK. Thanks, pushed to:

Re: [Freeipa-devel] [PATCHES] 0532-0533 Extend anonymous read ACI for containers

2014-04-22 Thread Petr Viktorin
On 04/18/2014 04:17 PM, Simo Sorce wrote: On Fri, 2014-04-18 at 16:11 +0200, Martin Kosek wrote: On 04/18/2014 04:07 PM, Simo Sorce wrote: On Fri, 2014-04-18 at 15:49 +0200, Martin Kosek wrote: On 04/18/2014 03:43 PM, Simo Sorce wrote: On Fri, 2014-04-18 at 13:50 +0200, Petr Viktorin wrote:

Re: [Freeipa-devel] [PATCH 0137] ipalib: Add DateTime parameter

2014-04-22 Thread Tomas Babej
On 03/05/2014 01:08 PM, Jan Cholasta wrote: On 25.2.2014 11:15, Tomas Babej wrote: On 01/14/2014 10:19 AM, Petr Viktorin wrote: On 01/14/2014 09:27 AM, Jan Cholasta wrote: On 13.1.2014 14:57, Petr Vobornik wrote: On 13.1.2014 13:41, Jan Cholasta wrote: Hi, On 10.1.2014 21:21, Nathaniel

Re: [Freeipa-devel] [PATCH 0138] ipalib: Expose krbPrincipalExpiration in CLI

2014-04-22 Thread Tomas Babej
On 03/05/2014 01:10 PM, Jan Cholasta wrote: On 25.2.2014 08:34, Tomas Babej wrote: Rebased to current master. On 01/09/2014 04:31 PM, Tomas Babej wrote: Hi, Adds a krbPrincipalExpiration attribute to the user class in user.py ipalib plugin as a DateTime parameter. Part of:

Re: [Freeipa-devel] [PATCH] 0529 Add managed read permission to trusts

2014-04-22 Thread Petr Viktorin
On 04/16/2014 05:56 PM, Simo Sorce wrote: On Wed, 2014-04-16 at 18:34 +0300, Alexander Bokovoy wrote: On Wed, 16 Apr 2014, Martin Kosek wrote: In general I am not sure all authenticated users need access to all this info. Alexander ? SSSD needs to read some of this information for subdomains

Re: [Freeipa-devel] [PATCH] 530 trust plugin: Fix typo in attribute name

2014-04-22 Thread Petr Viktorin
On 04/18/2014 03:40 PM, Martin Kosek wrote: On 04/18/2014 01:55 PM, Petr Viktorin wrote: On 04/17/2014 10:12 PM, Alexander Bokovoy wrote: On Thu, 17 Apr 2014, Simo Sorce wrote: On Thu, 2014-04-17 at 20:30 +0200, Martin Kosek wrote: On 04/17/2014 07:11 PM, Petr Viktorin wrote: Hello, While