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

2013-08-22 Thread Petr Vobornik
On 08/19/2013 06:57 PM, Ana Krivokapic wrote: 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.

Re: [Freeipa-devel] [PATCH] 443 Web UI integration tests: CA-less

2013-08-22 Thread Petr Vobornik
On 08/20/2013 08:25 PM, Ana Krivokapic wrote: On 08/15/2013 04:03 PM, Petr Vobornik wrote: +if is_visible: +is_enabled = 'disabled' not in link.get_attribute(class).split(' ') Nitpick: it would be better to use .split() without arguments here. Here's an example that

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

2013-08-22 Thread Petr Vobornik
On 08/21/2013 04:03 PM, Ana Krivokapic wrote: On 08/19/2013 01:28 PM, Petr Vobornik wrote: 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.

Re: [Freeipa-devel] [PATCH] 444 Web UI Integration tests: Kerberos Flags

2013-08-22 Thread Petr Vobornik
On 08/21/2013 12:14 PM, Ana Krivokapic wrote: On 08/16/2013 01:02 PM, Petr Vobornik wrote: Tests according to: http://www.freeipa.org/page/V3/Kerberos_Flags https://fedorahosted.org/freeipa/ticket/3831 Depends on patch pvoborni-443. ACK Pushed to ipa-3-3 and master. -- Petr Vobornik

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

2013-08-22 Thread Petr Vobornik
On 08/21/2013 04:30 PM, Ana Krivokapic wrote: On 08/20/2013 06:19 PM, Nathaniel McCallum wrote: On Tue, 2013-08-20 at 15:56 +0200, Petr Vobornik wrote: On 08/19/2013 05:33 PM, Petr Vobornik wrote: https://fedorahosted.org/freeipa/ticket/3834 New version. Fixes usage of secondary rid for

[Freeipa-devel] Multiple CA certificates in LDAP, questions

2013-08-22 Thread Jan Cholasta
Hi, I'm currently investigating support for multiple CA certificates in LDAP (https://fedorahosted.org/freeipa/ticket/3259, https://fedorahosted.org/freeipa/ticket/3520). This will be useful for CA certificate renewal (https://fedorahosted.org/freeipa/ticket/3304,

[Freeipa-devel] [PATCH] 446 Update idrange search facet after trust creation

2013-08-22 Thread Petr Vobornik
Adding a trust creates a range - range search facet should be marked as expired. https://fedorahosted.org/freeipa/ticket/3874 -- Petr Vobornik From 08691a0c62a1a73a2fa130b0f1737304ae080e08 Mon Sep 17 00:00:00 2001 From: Petr Vobornik pvobo...@redhat.com Date: Tue, 20 Aug 2013 13:44:59 +0200

[Freeipa-devel] [PATCH] 447 Show human-readable error name in error dialog title

2013-08-22 Thread Petr Vobornik
Fixes RPC server's JSON encoding of exception's name. It allows to show the name in Web UI's error dialog title. -- Petr Vobornik From 6034ef0e752f6b380f60a5a5299db972b86dc932 Mon Sep 17 00:00:00 2001 From: Petr Vobornik pvobo...@redhat.com Date: Thu, 22 Aug 2013 13:48:44 +0200 Subject: [PATCH]

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

2013-08-22 Thread Tomas Babej
On 08/20/2013 06:40 PM, Nathaniel McCallum wrote: On Mon, 2013-08-19 at 14:48 +0200, Tomas Babej wrote: 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

[Freeipa-devel] [PATCH 0092] Remove redundant shebangs

2013-08-22 Thread Tomas Babej
Hi, Remove redundant shebangs from files that are not used as scripts. https://fedorahosted.org/freeipa/ticket/3853 -- Tomas Babej Associate Software Engeneer | Red Hat | Identity Management RHCE | Brno Site | IRC: tbabej | freeipa.org From 43c7733ccf691bd50425f021c4ab23f11315343d Mon Sep 17

Re: [Freeipa-devel] [PATCH] 0055 Fix tests which fail after ipa-adtrust-install

2013-08-22 Thread Tomas Babej
On 08/20/2013 04:14 PM, Ana Krivokapic wrote: On 08/09/2013 05:35 PM, Tomas Babej wrote: On 08/09/2013 04:03 PM, Ana Krivokapic wrote: On 08/09/2013 09:39 AM, Tomas Babej wrote: On 08/08/2013 04:09 PM, Ana Krivokapic wrote: Hello, This patch should fix the failing unit tests.