[Freeipa-devel] Heads-up: pylint 1.0 breaks the build

2013-08-19 Thread Petr Viktorin
Hello, Pylint 1.0 was released recently[0], and found its way into fedora-updates-testing. It has some changed internals, and currently breaks our build. Please don't update until the issue[1] is fixed. I'm working on a fix, since this breaks tests. [0]

[Freeipa-devel] [PATCHES] 0270-0271 Support for Pylint 1.0

2013-08-19 Thread Petr Viktorin
Hello, The first patch fixes a minor problem that Pylint 1.0 finds in our code. The second patch makes make-lint compatible with Pylint 1.0. It contains a workaround for a Pylint bug; before pushing this we should wait for a while to see if a fixed Pylint is released. -- PetrĀ³ From

Re: [Freeipa-devel] [PATCH] 441 Add base-id, range-size and range-type options to trust-add dialog

2013-08-19 Thread Petr Vobornik
On 08/15/2013 12:33 PM, Petr Vobornik wrote: https://fedorahosted.org/freeipa/ticket/3049 New version. This version adds option for range type auto-detection. Previous patch forced some range type. -- Petr Vobornik From 2e8b9c4d7932684bd389f776c534ac2f10b0fa41 Mon Sep 17 00:00:00 2001

Re: [Freeipa-devel] [PATCHES] 152-158 ipa-server-certinstall fixes

2013-08-19 Thread Petr Viktorin
On 07/15/2013 10:16 AM, Jan Cholasta wrote: On 11.7.2013 14:10, Jan Cholasta wrote: Hi, this is the first batch of patches for https://fedorahosted.org/freeipa/ticket/3641. It contains port of ipa-server-certinstall to the admintool framework and fixes some bugs. Note that there's still some

[Freeipa-devel] [PATCH 0091] Perform dirsrv tuning at platform level

2013-08-19 Thread Tomas Babej
Hi, When configuring the 389 Directory Server instance, we tune it so that number of file descriptors available to the DS is increased from the default 1024 to 8192. There are platform specific steps that need to be conducted differently on systemd compatible platforms and sysV compatible

Re: [Freeipa-devel] [PATCHES] 152-158 ipa-server-certinstall fixes

2013-08-19 Thread Jan Cholasta
On 19.8.2013 14:02, Petr Viktorin wrote: Thanks! I've read the patches and have some initial comments; I'll get to functional testing (and writing related CA-less tests) right away. The patches need a small rebase (attached since I did it anyway). Patch 152: OK (I saw some issues but they're

[Freeipa-devel] [PATCH] 445 Web UI integration tests: ID range types

2013-08-19 Thread Petr Vobornik
https://fedorahosted.org/freeipa/ticket/3834 -- Petr Vobornik From a3d1a12c112bc1cf9b47a6b5fb9a55e817ad47a1 Mon Sep 17 00:00:00 2001 From: Petr Vobornik pvobo...@redhat.com Date: Fri, 16 Aug 2013 18:18:53 +0200 Subject: [PATCH] Web UI integration tests: ID range types

[Freeipa-devel] [PATCH] 0056 Fix broken replication

2013-08-19 Thread Ana Krivokapic
Hello, This patch addresses ticket https://fedorahosted.org/freeipa/ticket/3868. -- Regards, Ana Krivokapic Associate Software Engineer FreeIPA team Red Hat Inc. From cdcb28b9b3b8e45db1b7a61f0df6f41e7a61450a Mon Sep 17 00:00:00 2001 From: Ana Krivokapic akriv...@redhat.com Date: Mon, 19 Aug

Re: [Freeipa-devel] [PATCHES] 152-158 ipa-server-certinstall fixes

2013-08-19 Thread Petr Viktorin
On 08/19/2013 03:50 PM, Jan Cholasta wrote: On 19.8.2013 14:02, Petr Viktorin wrote: Thanks! I've read the patches and have some initial comments; I'll get to functional testing (and writing related CA-less tests) right away. The patches need a small rebase (attached since I did it anyway).

Re: [Freeipa-devel] [PATCH] 0056 Fix broken replication

2013-08-19 Thread Rob Crittenden
Ana Krivokapic wrote: Hello, This patch addresses ticket https://fedorahosted.org/freeipa/ticket/3868. I think for clarity, this should be replica installation is broken and not replication is broken. A subtle but important difference. rob ___

Re: [Freeipa-devel] [PATCH] 0056 Fix broken replication

2013-08-19 Thread Ana Krivokapic
On 08/19/2013 06:01 PM, Petr Viktorin wrote: On 08/19/2013 05:50 PM, Ana Krivokapic wrote: Hello, This patch addresses tickethttps://fedorahosted.org/freeipa/ticket/3868. -- Regards, Ana Krivokapic Associate Software Engineer FreeIPA team Red Hat Inc.

Re: [Freeipa-devel] [PATCH] 442 Hide 'New Certificate' action on CA-less install

2013-08-19 Thread Ana Krivokapic
On 08/15/2013 04:00 PM, Petr Vobornik wrote: This action calls cert-request command which is not available on CA-less installs. Thus this action won't be enabled and therefore there is no reason to keep it visible. https://fedorahosted.org/freeipa/ticket/3363