[Freeipa-devel] [PATCH] 431 Installer should always wait until CA starts up

2013-10-16 Thread Martin Kosek
Patch for ticket 3964 changed the installer so that it does not always wait for CA if the proxy is not configured. However, it was found out that it may freeze an installation when a step subsequent after CA restart call the CA and receives no reply. Change the wait so that it always waits for CA

Re: [Freeipa-devel] [PATCH] 0010 ipa-client-install does not clean up /etc/ipa/ca.crt after a failed attempt

2013-10-16 Thread Martin Kosek
On 10/16/2013 10:10 AM, Martin Basti wrote: On Tue, 2013-10-15 at 11:37 +0200, Martin Basti wrote: Added warning if cert. exists (client) https://fedorahosted.org/freeipa/ticket/3944 1) Patch subject uses wrong path to cert 2) The warning seems to chatty to me: # ipa-client-install -p admin

Re: [Freeipa-devel] [PATCH] 0010 ipa-client-install does not clean up /etc/ipa/ca.crt after a failed attempt

2013-10-16 Thread Martin Basti
On Wed, 2013-10-16 at 10:36 +0200, Martin Kosek wrote: On 10/16/2013 10:10 AM, Martin Basti wrote: On Tue, 2013-10-15 at 11:37 +0200, Martin Basti wrote: Added warning if cert. exists (client) https://fedorahosted.org/freeipa/ticket/3944 1) Patch subject uses wrong path to cert Fixed

Re: [Freeipa-devel] [PATCH] 0010 ipa-client-install does not clean up /etc/ipa/ca.crt after a failed attempt

2013-10-16 Thread Martin Kosek
On 10/16/2013 10:52 AM, Martin Basti wrote: On Wed, 2013-10-16 at 10:36 +0200, Martin Kosek wrote: On 10/16/2013 10:10 AM, Martin Basti wrote: On Tue, 2013-10-15 at 11:37 +0200, Martin Basti wrote: Added warning if cert. exists (client) https://fedorahosted.org/freeipa/ticket/3944 1) Patch

Re: [Freeipa-devel] [PATCH 0119] ipatests: Extend the order plugin to properly handle inheritance

2013-10-16 Thread Petr Viktorin
On 10/14/2013 04:28 PM, Tomas Babej wrote: Hi, When trying to create a new ordered test case by inheriting from already defined test case, by overriding few of its methods, the execution order of the tests is as follows: - first all non-overriden test methods from the parent test class

[Freeipa-devel] [PATCH][DOC] 432 Add direct bug reporting links to Feedback section

2013-10-16 Thread Martin Kosek
This change should enable faster and easier filing of new bugs. Patch also simplifies the section for both redhat and fedora variants. https://fedorahosted.org/freeipa/ticket/3754 -- Martin Kosek mko...@redhat.com Supervisor, Software Engineering - Identity Management Team Red Hat Inc. From

Re: [Freeipa-devel] [PATCHES 100-106] Initial implementation of AD integration tests

2013-10-16 Thread Petr Viktorin
On 10/14/2013 05:47 PM, Tomas Babej wrote: Hi, Sending the updated version of the patchset. It includes many fixes, plus incorporations of the comments by the QE. Tests are now broken down into multiple test cases. This requires my patch 119. Tomas Patches 0100 0101: I still think it

Re: [Freeipa-devel] [PATCH 0119] ipatests: Extend the order plugin to properly handle inheritance

2013-10-16 Thread Tomas Babej
On 10/16/2013 01:57 PM, Petr Viktorin wrote: On 10/14/2013 04:28 PM, Tomas Babej wrote: Hi, When trying to create a new ordered test case by inheriting from already defined test case, by overriding few of its methods, the execution order of the tests is as follows: - first all

[Freeipa-devel] [PATCH] 0125 Trusts documentation update

2013-10-16 Thread Alexander Bokovoy
Hi! Attached is first update to AD trusts documentation for FreeIPA user guide. I've fixed number of outdated statements and added some more material. More patches will follow to cover functionality up to FreeIPA 3.3.2. -- / Alexander Bokovoy From cb5af31974186d7f3c2acc67bdb2448deecbe02c Mon

Re: [Freeipa-devel] [PATCH] 451-458 Web UI devel and source code documentation

2013-10-16 Thread Petr Vobornik
On 10/15/2013 03:30 PM, Ana Krivokapic wrote: On 10/02/2013 02:20 PM, Petr Vobornik wrote: On 09/16/2013 05:24 PM, Ana Krivokapic wrote: On 09/11/2013 12:44 PM, Petr Vobornik wrote: Hello, snip I looked into the documentation effort and (ruby dependency discussion aside) I don't have

Re: [Freeipa-devel] [PATCH] 448 Load updated Web UI files after server upgrade

2013-10-16 Thread Petr Vobornik
On 10/15/2013 01:51 PM, Ana Krivokapic wrote: On 10/02/2013 12:45 PM, Petr Vobornik wrote: On 09/27/2013 09:16 AM, Ana Krivokapic wrote: On 08/30/2013 05:21 PM, Petr Vobornik wrote: snip https://fedorahosted.org/freeipa/ticket/3798 I tested the patch and it seems to work fine.

Re: [Freeipa-devel] [PATCHES] 106-113 Access raw LDAP values directly from LDAPEntry

2013-10-16 Thread Petr Viktorin
On 10/14/2013 10:59 AM, Jan Cholasta wrote: On 10.10.2013 09:45, Jan Cholasta wrote: On 9.10.2013 13:57, Petr Viktorin wrote: On 09/26/2013 02:22 PM, Jan Cholasta wrote: On 24.9.2013 15:35, Jan Cholasta wrote: On 27.2.2013 16:31, Jan Cholasta wrote: Hi, these patches add the ability to

Re: [Freeipa-devel] [PATCH][DOC] 432 Add direct bug reporting links to Feedback section

2013-10-16 Thread Petr Spacek
On 16.10.2013 15:31, Martin Kosek wrote: This change should enable faster and easier filing of new bugs. Patch also simplifies the section for both redhat and fedora variants. https://fedorahosted.org/freeipa/ticket/3754 Hmm, is there a way to add the Report a bug link to each page footer (in

Re: [Freeipa-devel] [PATCHES] 0072-0074 Add automember rebuild membership to the web UI

2013-10-16 Thread Ana Krivokapic
On 09/27/2013 04:38 PM, Petr Vobornik wrote: On 09/25/2013 11:51 AM, Ana Krivokapic wrote: Hello, This patch set addresses ticket https://fedorahosted.org/freeipa/ticket/3928. Patch 0072 hooks the new automember-rebuild command to the web UI (user and host pages). Patch 0073 adds some

Re: [Freeipa-devel] [PATCH][DOC] 432 Add direct bug reporting links to Feedback section

2013-10-16 Thread Simo Sorce
On Wed, 2013-10-16 at 21:59 +0200, Petr Spacek wrote: On 16.10.2013 15:31, Martin Kosek wrote: This change should enable faster and easier filing of new bugs. Patch also simplifies the section for both redhat and fedora variants. https://fedorahosted.org/freeipa/ticket/3754 Hmm, is

Re: [Freeipa-devel] [PATCH][DOC] 432 Add direct bug reporting links to Feedback section

2013-10-16 Thread Petr Spacek
On 17.10.2013 03:06, Simo Sorce wrote: On Wed, 2013-10-16 at 21:59 +0200, Petr Spacek wrote: On 16.10.2013 15:31, Martin Kosek wrote: This change should enable faster and easier filing of new bugs. Patch also simplifies the section for both redhat and fedora variants.