Re: [Freeipa-devel] [PATCH] 417 Regression fix: missing control buttons in nested search facets

2013-06-03 Thread Petr Vobornik
On 05/29/2013 01:43 PM, Ana Krivokapic wrote: On 05/29/2013 10:38 AM, Petr Vobornik wrote: Automount maps, keys and dnsrecord search facet are missing control buttons (add, delete, refresh). Regression introduced by 6e90920233cc9a7c9feb040dea22cda837715c39 - 'Move spec modifications from facet

Re: [Freeipa-devel] Minor error: format not a string literal and no format arguments [-Werror=format-security]

2013-06-03 Thread Martin Kosek
On 06/02/2013 06:48 AM, Diane Trout wrote: I wasn't subscribed to the list before, so here's the git formatted patch you were asking for. Diane Sumit already ACKed the patch, I pushed it to master and ipa-3-2 branches. Thanks for the patch. We appreciate efforts in making FreeIPA available

Re: [Freeipa-devel] [PATCH 0159] Deprecate configuration without persistent search

2013-06-03 Thread Petr Spacek
On 31.5.2013 16:01, Tomas Hozza wrote: ACK. Pushed to master: 7b685ff7077d10c1917c5a9a97b50d77587b8f04 Looks good. Regards, Tomas Hozza - Original Message - On 28.5.2013 15:55, Petr Spacek wrote: Hello, Deprecate configuration without persistent search.

Re: [Freeipa-devel] [PATCH 0160] Fix crash triggered by missing sasl_user parameter

2013-06-03 Thread Petr Spacek
On 31.5.2013 14:07, Tomas Hozza wrote: ACK Pushed to master: 65de3f4d5718edf27899cf90389cb7cb15f5d725 Works as expected. Regards, Tomas Hozza - Original Message - Hello, Fix crash triggered by missing sasl_user parameter. -- Petr^2 Spacek -- Petr^2 Spacek

Re: [Freeipa-devel] [PATCH 0161] Validate authentication settings strictly

2013-06-03 Thread Petr Spacek
On 31.5.2013 15:21, Tomas Hozza wrote: ACK. Pushed to master: d6d8e23e2a7a6e2d2b9d34e957d32f620edf96d0 Works OK. Regards, Tomas Hozza - Original Message - Hello, Validate authentication settings strictly. - auth_method 'SASL' do not accept bind_dn and password options -

[Freeipa-devel] Announcing FreeIPA 3.1.5

2013-06-03 Thread Martin Kosek
The FreeIPA team is proud to announce version FreeIPA v3.1.5. It can be downloaded from http://www.freeipa.org/page/Downloads. The new version has also been built for Fedora 18 and is on its way to updates-testing: https://admin.fedoraproject.org/updates/freeipa-3.1.5-1.fc18 == Highlights in

[Freeipa-devel] [PATCH 0064] Do not check userPassword with 7-bit plugin

2013-06-03 Thread Tomas Babej
Hi, Default list of attributes that are checked with 7-bit plugin for being 7-bit clean includes userPassword. Consecutively, one is unable to set passwords that contain non-ascii characters. https://fedorahosted.org/freeipa/ticket/3640 Tomas From 0ad7f3ee2c20f668bc64a2856ce444d31df65c3f Mon

Re: [Freeipa-devel] [PATCH 0064] Do not check userPassword with 7-bit plugin

2013-06-03 Thread Jan Cholasta
Hi, On 3.6.2013 13:10, Tomas Babej wrote: Hi, Default list of attributes that are checked with 7-bit plugin for being 7-bit clean includes userPassword. Consecutively, one is unable to set passwords that contain non-ascii characters. https://fedorahosted.org/freeipa/ticket/3640 Tomas what

[Freeipa-devel] [RFE] Integration testing

2013-06-03 Thread Petr Viktorin
Hello, A design document for integration testing is available at http://www.freeipa.org/page/V3/Integration_testing. I've copied it below for easier quoting. __NOTOC__ = Overview = Make it possible to write and run multi-host integration tests (such as: install master replica, add user on

[Freeipa-devel] [PATCH 0065] Use private ccache in ipa-server-install

2013-06-03 Thread Tomas Babej
Hi, this patch fixes the installation problems on master on F19 with krb5 packages = 1.11.2-6 https://fedorahosted.org/freeipa/ticket/3666 Tomas From f3e6b38bee50bf5856ae04bfb6ccd109b636f037 Mon Sep 17 00:00:00 2001 From: Tomas Babej tba...@redhat.com Date: Mon, 3 Jun 2013 12:06:06 +0200

Re: [Freeipa-devel] [PATCH 0064] Do not check userPassword with 7-bit plugin

2013-06-03 Thread Martin Kosek
On 06/03/2013 01:32 PM, Jan Cholasta wrote: Hi, On 3.6.2013 13:10, Tomas Babej wrote: Hi, Default list of attributes that are checked with 7-bit plugin for being 7-bit clean includes userPassword. Consecutively, one is unable to set passwords that contain non-ascii characters.

Re: [Freeipa-devel] [PATCH 0064] Do not check userPassword with 7-bit plugin

2013-06-03 Thread Jan Cholasta
On 3.6.2013 14:55, Martin Kosek wrote: On 06/03/2013 01:32 PM, Jan Cholasta wrote: Hi, On 3.6.2013 13:10, Tomas Babej wrote: Hi, Default list of attributes that are checked with 7-bit plugin for being 7-bit clean includes userPassword. Consecutively, one is unable to set passwords that

Re: [Freeipa-devel] [PATCH 0065] Use private ccache in ipa-server-install

2013-06-03 Thread Martin Kosek
On 06/03/2013 02:43 PM, Tomas Babej wrote: Hi, this patch fixes the installation problems on master on F19 with krb5 packages = 1.11.2-6 https://fedorahosted.org/freeipa/ticket/3666 Tomas 1) Leaving cache_desc open: +(cache_desc, cache_path) = tempfile.mkstemp(prefix='krbcc') +

Re: [Freeipa-devel] [PATCH 0064] Do not check userPassword with 7-bit plugin

2013-06-03 Thread Tomas Babej
On 06/03/2013 01:10 PM, Tomas Babej wrote: Hi, Default list of attributes that are checked with 7-bit plugin for being 7-bit clean includes userPassword. Consecutively, one is unable to set passwords that contain non-ascii characters. https://fedorahosted.org/freeipa/ticket/3640 Tomas

Re: [Freeipa-devel] [RFC] Serving legacy systems cliens for trusts

2013-06-03 Thread Sumit Bose
On Tue, May 28, 2013 at 02:50:59PM +0300, Alexander Bokovoy wrote: Hi, http://www.freeipa.org/page/V3/Serving_legacy_clients_for_trusts === CLI === The feature is not directly exposed in CLI. IPA idrange management is expanded to specify idrange type (IPA local, AD trust, AD with

[Freeipa-devel] [PATCH] Fix format string typo

2013-06-03 Thread Sumit Bose
Hi, this patch just fixes a typo. bye, Sumit From b4bf2704175de6ddf961e7447c57c5ced8cc0c5a Mon Sep 17 00:00:00 2001 From: Sumit Bose sb...@redhat.com Date: Mon, 3 Jun 2013 14:05:03 +0200 Subject: [PATCH] Fix format string typo --- daemons/ipa-slapi-plugins/ipa-sidgen/ipa_sidgen_common.c | 2 +-

Re: [Freeipa-devel] [PATCH] Fix format string typo

2013-06-03 Thread Martin Kosek
On 06/03/2013 03:39 PM, Sumit Bose wrote: Hi, this patch just fixes a typo. bye, Sumit Obvious ACK. Pushed to master, ipa-3-2. Martin ___ Freeipa-devel mailing list Freeipa-devel@redhat.com

Re: [Freeipa-devel] [RFC] Serving legacy systems cliens for trusts

2013-06-03 Thread Alexander Bokovoy
On Fri, 31 May 2013, Simo Sorce wrote: On Fri, 2013-05-31 at 10:35 -0400, Rob Crittenden wrote: Simo Sorce wrote: On Fri, 2013-05-31 at 16:35 +0300, Alexander Bokovoy wrote: On Fri, 31 May 2013, Simo Sorce wrote: On Fri, 2013-05-31 at 10:54 +0300, Alexander Bokovoy wrote: On Thu, 30 May

[Freeipa-devel] [PATCHES 0061-0063] Extend ID range types rebased

2013-06-03 Thread Tomas Babej
Hi, Sending rebased versions on top of current master. Tomas From 589be38f4e34fc759fc9aff580f2d17e0eae52bb Mon Sep 17 00:00:00 2001 From: Tomas Babej tba...@redhat.com Date: Thu, 30 May 2013 14:02:44 +0200 Subject: [PATCH 61/63] Add ipaRangeType attribute to LDAP Schema This adds a new LDAP

Re: [Freeipa-devel] [PATCH] 418 Make ssbrowser.html work in IE 10

2013-06-03 Thread Ana Krivokapic
On 05/29/2013 01:15 PM, Petr Vobornik wrote: Manual configuration page for other browsers (ssbrowser.html) doesn't work in IE 10 - error page is displayed. This patch is conditioning creation of Firefox configuration object so that configure.jar is requested only in Firefox. IE doesn't

Re: [Freeipa-devel] [RFC] Serving legacy systems cliens for trusts

2013-06-03 Thread Sumit Bose
On Mon, Jun 03, 2013 at 03:32:05PM +0200, Sumit Bose wrote: On Tue, May 28, 2013 at 02:50:59PM +0300, Alexander Bokovoy wrote: Hi, http://www.freeipa.org/page/V3/Serving_legacy_clients_for_trusts === CLI === The feature is not directly exposed in CLI. IPA idrange