Re: [Freeipa-devel] [PATCH 0045] Add message for skipping NTP configuration during client install

2015-04-07 Thread Martin Basti
On 02/04/15 17:47, Gabe Alford wrote: On Thu, Apr 2, 2015 at 8:59 AM, Martin Basti > wrote: On 30/03/15 15:25, Gabe Alford wrote: Hello, With the merging of ticket 4842 , I believe that half of ticket 3

Re: [Freeipa-devel] [PATCH 0210] DNSSEC: CI test

2015-04-07 Thread Milan Kubik
On 03/23/2015 03:54 PM, Martin Basti wrote: Hello, a patch with DNSSEC CI tests attached. * Two types of installation tested * Tests check if zones are signed on both replica and master * The root zone test also checks chain of trust Can somebody very familiar with pytest do review? I'm not

Re: [Freeipa-devel] New installer PoC

2015-04-07 Thread Martin Basti
On 23/03/15 09:03, Jan Cholasta wrote: Hi, the attached patch contains a new PoC installer for httpd. Design goals: 1) Make code related to any particular configuration change co-located, be it install/uninstall/upgrade. 2) Get rid of code duplicates. 3) Use the same code path for install

Re: [Freeipa-devel] Generic support for unknown DNS RR types (RFC 3597)

2015-04-07 Thread Petr Spacek
On 12.3.2015 12:21, Petr Spacek wrote: > On 11.3.2015 17:02, Martin Kosek wrote: >> On 03/11/2015 04:55 PM, Petr Spacek wrote: >>> On 11.3.2015 15:45, Martin Kosek wrote: On 03/11/2015 03:38 PM, Petr Spacek wrote: > On 11.3.2015 15:28, Martin Kosek wrote: >> On 03/11/2015 12:43 PM, Pet

Re: [Freeipa-devel] [PATCH 0045] Add message for skipping NTP configuration during client install

2015-04-07 Thread Gabe Alford
Stupid me. I realized that chronyd was running which messed up my testing and such (sorry about that). New patch attached that implements 'else' On Tue, Apr 7, 2015 at 2:32 AM, Martin Basti wrote: > On 02/04/15 17:47, Gabe Alford wrote: > > On Thu, Apr 2, 2015 at 8:59 AM, Martin Basti wrote:

Re: [Freeipa-devel] [PATCH 0045] Add message for skipping NTP configuration during client install

2015-04-07 Thread Martin Basti
On 07/04/15 17:06, Gabe Alford wrote: Stupid me. I realized that chronyd was running which messed up my testing and such (sorry about that). New patch attached that implements 'else' On Tue, Apr 7, 2015 at 2:32 AM, Martin Basti > wrote: On 02/04/15 17:47, Gabe A

Re: [Freeipa-devel] [PATCH] 0003-3 User life cycle: new stageuser plugin with add verb

2015-04-07 Thread Jan Cholasta
Dne 25.3.2015 v 10:04 thierry bordaz napsal(a): On 03/24/2015 01:45 PM, Jan Cholasta wrote: Dne 19.3.2015 v 13:07 thierry bordaz napsal(a): On 03/19/2015 07:37 AM, Jan Cholasta wrote: Dne 18.3.2015 v 19:39 thierry bordaz napsal(a): On 03/17/2015 08:01 AM, Jan Cholasta wrote: Dne 16.3.2015 v

Re: [Freeipa-devel] [PATCH] 0003-3 User life cycle: new stageuser plugin with add verb

2015-04-07 Thread Martin Kosek
On 04/08/2015 08:11 AM, Jan Cholasta wrote: > Dne 25.3.2015 v 10:04 thierry bordaz napsal(a): >> On 03/24/2015 01:45 PM, Jan Cholasta wrote: >>> Dne 19.3.2015 v 13:07 thierry bordaz napsal(a): On 03/19/2015 07:37 AM, Jan Cholasta wrote: > Dne 18.3.2015 v 19:39 thierry bordaz napsal(a): >>>

Re: [Freeipa-devel] [PATCH] 0004 User life cycle: support of MODRDN to a new superior

2015-04-07 Thread Jan Cholasta
Hi, Dne 1.4.2015 v 17:40 thierry bordaz napsal(a): Hello, In user life cycle, Active entries are moved to Delete container and Delete entries can be moved back to Staging container. This requires a LDAP modrdn with new superior that is not supported in ldap2. Since update_entr

[Freeipa-devel] [PATCH 0027] do not install CA on replica during integration test if setup_ca=False

2015-04-07 Thread Martin Babinsky
I have discovered another little bug in the integration test suite. Attaching a patch that fixes it. -- Martin^3 Babinsky From 4f4500d01a8b2234c1d3299d854d68926f930faf Mon Sep 17 00:00:00 2001 From: Martin Babinsky Date: Tue, 7 Apr 2015 16:51:59 +0200 Subject: [PATCH] do not install CA on repli