Re: [Freeipa-devel] [PATCH 0177] Fix adding (warning) messages on client side

2015-01-08 Thread Martin Basti
On 16/12/14 13:04, Martin Basti wrote: On 16/12/14 13:00, Martin Kosek wrote: On 12/16/2014 12:30 PM, Martin Basti wrote: On 11/12/14 12:13, Martin Basti wrote: On 11/12/14 11:19, Jan Cholasta wrote: Hi, Dne 9.12.2014 v 16:07 Martin Basti napsal(a): Ticket:

Re: [Freeipa-devel] [PATCH] Fix potential segfault in kdb driver

2015-01-08 Thread Martin Kosek
On 01/07/2015 09:17 PM, Simo Sorce wrote: This patch should fix ticket #4810 I've not been able to reproduce the issue and therefore reliably test this was the only issue, but the backtrace in the original bugzilla was clear enough to point at the fix in this patch. HTH, Simo. Yup, this

[Freeipa-devel] [PATCH] 519 - Fix SELinux issue with upgrades

2015-01-08 Thread Simo Sorce
Attached patch fixes an upgrade issue with mismatched SELinux labels (see commit comment). Fixes ticket #4815 Simo. -- Simo Sorce * Red Hat, Inc * New York From 221b644485e04ebaac8370167b449b2998bda9da Mon Sep 17 00:00:00 2001 From: Simo Sorce s...@redhat.com Date: Tue, 16 Dec 2014 14:47:42

[Freeipa-devel] ipalib as RPC client in Web UI CI tests, forms-based auth in ipalib

2015-01-08 Thread Petr Vobornik
Hello, tl;dr; I want to add forms based auth in ipalib's rpc client and use method 2.e) for API configuration. Will be used in otp tests (ipa-4-1 upstream). Want to know if you are OK with it. PoC implementation attached. == Background == I want to call FreeIPA API from our Web UI CI tests.

Re: [Freeipa-devel] [PATCH] 519 - Fix SELinux issue with upgrades

2015-01-08 Thread Martin Kosek
On 01/08/2015 03:19 PM, Simo Sorce wrote: Attached patch fixes an upgrade issue with mismatched SELinux labels (see commit comment). Fixes ticket #4815 Simo. ___ Freeipa-devel mailing list Freeipa-devel@redhat.com

Re: [Freeipa-devel] [PATCHES 180-181] Fix forwardzone update

2015-01-08 Thread Petr Spacek
On 7.1.2015 13:56, Martin Basti wrote: +for config_option in container_entry.get(ipaConfigString, []): +matched = re.match(r^DNSVersion\s+(?Pversion%d)$, %d is C-ishm which does not work + config_option, flags=re.I) +if matched and

[Freeipa-devel] [PATCH] 386 Fix CA certificate renewal syslog alert

2015-01-08 Thread Jan Cholasta
Hi, the attached patch fixes https://fedorahosted.org/freeipa/ticket/4820. Honza -- Jan Cholasta From 22fa93d3a35321860c8a380b4ae57c7bbd8c8111 Mon Sep 17 00:00:00 2001 From: Jan Cholasta jchol...@redhat.com Date: Thu, 8 Jan 2015 16:01:42 + Subject: [PATCH] Fix CA certificate renewal syslog

Re: [Freeipa-devel] [PATCHES 180-181] Fix forwardzone update

2015-01-08 Thread Martin Basti
On 08/01/15 16:42, Petr Spacek wrote: On 7.1.2015 13:56, Martin Basti wrote: +for config_option in container_entry.get(ipaConfigString, []): +matched = re.match(r^DNSVersion\s+(?Pversion%d)$, %d is C-ishm which does not work + config_option,