Re: [Freeipa-devel] fixing Kerberos principal aliases handling in IPA

2015-09-08 Thread thierry bordaz
On 09/07/2015 09:47 PM, Simo Sorce wrote: On Mon, 2015-09-07 at 09:20 +0200, David Kupka wrote: On 04/09/15 12:49, thierry bordaz wrote: On 09/03/2015 04:03 PM, David Kupka wrote: On 02/09/15 14:27, Simo Sorce wrote: On Wed, 2015-09-02 at 08:11 +0200, David Kupka wrote: On 01/09/15 16:53,

[Freeipa-devel] Slow email responses this week from FreeIPA/SSSD teams at Red Hat

2015-09-08 Thread Alexander Bokovoy
Hi everyone! We have a gathering of Red Hat members of FreeIPA and SSSD teams in Brno, Czech Republic this week with a lot of design and discussion meetings. Naturally, we try to lock ourselves down in dungeons without wifi access and without laptops (not!) to avoid distractions and great

Re: [Freeipa-devel] [PATCH 0058, 0064] dns: do not add (forward)zone if it is already resolvable.

2015-09-08 Thread David Kupka
On 28/08/15 13:36, Martin Basti wrote: On 08/28/2015 10:03 AM, Petr Spacek wrote: On 27.8.2015 14:22, David Kupka wrote: @@ -2101,11 +2101,25 @@ class DNSZoneBase(LDAPObject): class DNSZoneBase_add(LDAPCreate): +takes_options = LDAPCreate.takes_options + ( +Flag('force', +

[Freeipa-devel] [PATCH 0311] tests: fix vault tests

2015-09-08 Thread Martin Basti
Attached patch fixes vault tests. From dd83cf44e1529be53990978e77d47a0d22c85a8b Mon Sep 17 00:00:00 2001 From: Martin Basti Date: Fri, 4 Sep 2015 13:32:56 +0200 Subject: [PATCH] FIX vault tests --- ipatests/test_xmlrpc/test_vault_plugin.py | 39

Re: [Freeipa-devel] [PATCH 0058, 0064] dns: do not add (forward)zone if it is already resolvable.

2015-09-08 Thread David Kupka
On 28/08/15 10:03, Petr Spacek wrote: On 27.8.2015 14:22, David Kupka wrote: @@ -2101,11 +2101,25 @@ class DNSZoneBase(LDAPObject): class DNSZoneBase_add(LDAPCreate): +takes_options = LDAPCreate.takes_options + ( +Flag('force', + label=_('Force'), +