Re: [Freeipa-devel] [PATCHES] 149-151 Ask for PKCS#12 password interactively

2013-07-24 Thread Martin Kosek
On 07/15/2013 10:57 AM, Jan Cholasta wrote: On 12.7.2013 10:19, Tomas Babej wrote: Just a nitpick: + # If any of the PKCS#12 options are selected, all are required. + pkcs12_req = (options.dirsrv_pkcs12, options.http_pkcs12) + pkcs12_opt = (options.pkinit_pkcs12,) + if any(pkcs12_req +

[Freeipa-devel] [PATCH 0079] Change shebang to absolute path in ipa-client-automount

2013-07-24 Thread Tomas Babej
Hi, this fixes the https://fedorahosted.org/freeipa/ticket/3811 Tomas From ed9014c9db13247dbf062af58f21ea583c476300 Mon Sep 17 00:00:00 2001 From: Tomas Babej tba...@redhat.com Date: Tue, 23 Jul 2013 17:11:59 +0200 Subject: [PATCH] Change shebang to absolute path in ipa-client-automount

Re: [Freeipa-devel] [PATCH 0079] Change shebang to absolute path in ipa-client-automount

2013-07-24 Thread Jan Pazdziora
On Wed, Jul 24, 2013 at 12:39:07PM +0200, Tomas Babej wrote: Hi, this fixes the https://fedorahosted.org/freeipa/ticket/3811 Tomas From ed9014c9db13247dbf062af58f21ea583c476300 Mon Sep 17 00:00:00 2001 From: Tomas Babej tba...@redhat.com Date: Tue, 23 Jul 2013 17:11:59 +0200

Re: [Freeipa-devel] [PATCH 0079] Change shebang to absolute path in ipa-client-automount

2013-07-24 Thread Petr Viktorin
On 07/24/2013 12:43 PM, Jan Pazdziora wrote: On Wed, Jul 24, 2013 at 12:39:07PM +0200, Tomas Babej wrote: Hi, this fixes the https://fedorahosted.org/freeipa/ticket/3811 Tomas From ed9014c9db13247dbf062af58f21ea583c476300 Mon Sep 17 00:00:00 2001 From: Tomas Babej tba...@redhat.com Date:

Re: [Freeipa-devel] [PATCH 0079] Change shebang to absolute path in ipa-client-automount

2013-07-24 Thread Tomas Babej
On Wednesday 24 of July 2013 12:43:49 Jan Pazdziora wrote: On Wed, Jul 24, 2013 at 12:39:07PM +0200, Tomas Babej wrote: Hi, this fixes the https://fedorahosted.org/freeipa/ticket/3811 Tomas From ed9014c9db13247dbf062af58f21ea583c476300 Mon Sep 17 00:00:00 2001 From: Tomas

Re: [Freeipa-devel] [PATCH 0079] Change shebang to absolute path in ipa-client-automount

2013-07-24 Thread Martin Kosek
On 07/24/2013 12:39 PM, Tomas Babej wrote: Hi, this fixes the https://fedorahosted.org/freeipa/ticket/3811 Tomas Shouldn't we also add '-E' parameter like we do with in other install tools' shebang? Martin ___ Freeipa-devel mailing list

Re: [Freeipa-devel] [PATCH 0080] Move requirement for keyutils to freeipa-python package

2013-07-24 Thread Jan Cholasta
Hi, On 24.7.2013 12:40, Tomas Babej wrote: Hi, There was already a dependency in server package, however, the correct place for such dependency is in freeipa-python, since the relevant code using keyutils resides there. Both freeipa-server and freeipa-client require freeipa-python.

[Freeipa-devel] [PATCHES] Fix C compiler warnings

2013-07-24 Thread Lukas Slebodnik
ehlo, Three patches are attached. PATCH 1: fixes warning: passing argument from incompatible pointer type another posiible solution is to cast (void *(*) (void *)) function pointer at function call pthread_create. PATCH 2: Remove unused variable PATCH 3: warning: variable was set, but it

Re: [Freeipa-devel] [PATCH 0080] Move requirement for keyutils to freeipa-python package

2013-07-24 Thread Jan Cholasta
On 24.7.2013 13:52, Tomas Babej wrote: On Wednesday 24 of July 2013 13:19:29 Jan Cholasta wrote: Hi, On 24.7.2013 12:40, Tomas Babej wrote: Hi, There was already a dependency in server package, however, the correct place for such dependency is in freeipa-python, since the relevant code using

Re: [Freeipa-devel] [PATCH 0079] Change shebang to absolute path in ipa-client-automount

2013-07-24 Thread Jan Pazdziora
On Wed, Jul 24, 2013 at 12:52:31PM +0200, Petr Viktorin wrote: That tool was removed recently. Update your repo :) Ah, I had some uncommitted change so git pull did not do what I meant it to do (and I ignored the warning it gave me). Sorry about the noise. -- Jan Pazdziora | adelton at

Re: [Freeipa-devel] [PATCHES] 0245-0250 Add the ipa-test-task-tool

2013-07-24 Thread Jan Cholasta
On 17.7.2013 14:45, Petr Viktorin wrote: On 07/16/2013 05:25 PM, Petr Viktorin wrote: This exposes tasks such as installation, uninstallation, clean-up should be available as CLI commands so they're available for non-Python tests. https://fedorahosted.org/freeipa/ticket/3721 It also allows

Re: [Freeipa-devel] [PATCHES] 0245-0250 Add the ipa-test-task-tool

2013-07-24 Thread Petr Viktorin
On 07/24/2013 02:39 PM, Jan Cholasta wrote: On 17.7.2013 14:45, Petr Viktorin wrote: On 07/16/2013 05:25 PM, Petr Viktorin wrote: This exposes tasks such as installation, uninstallation, clean-up should be available as CLI commands so they're available for non-Python tests.

Re: [Freeipa-devel] [PATCH] 0047 Honor 'enabled' option for widgets

2013-07-24 Thread Ana Krivokapic
On 07/23/2013 06:09 PM, Petr Vobornik wrote: On 07/22/2013 04:46 PM, Ana Krivokapic wrote: On 07/18/2013 09:47 AM, Petr Vobornik wrote: On 07/17/2013 09:18 PM, Ana Krivokapic wrote: Hello, This patch addresses ticket https://fedorahosted.org/freeipa/ticket/3793. Hello, 1) IMO we should

[Freeipa-devel] Announcing FreeIPA 3.3.0 Beta 1

2013-07-24 Thread Martin Kosek
The FreeIPA team is proud to announce FreeIPA v3.3.0 Beta 1. It can be downloaded from http://www.freeipa.org/page/Downloads. As this is a Beta release and Fedora 19 is now stable, there is no public Fedora build at this time. Please note, that you can help us test the new release in tomorrow's

Re: [Freeipa-devel] [PATCH 0080] Move requirement for keyutils to freeipa-python package

2013-07-24 Thread Petr Viktorin
On 07/24/2013 01:56 PM, Jan Cholasta wrote: On 24.7.2013 13:52, Tomas Babej wrote: On Wednesday 24 of July 2013 13:19:29 Jan Cholasta wrote: Hi, On 24.7.2013 12:40, Tomas Babej wrote: Hi, There was already a dependency in server package, however, the correct place for such dependency is in

Re: [Freeipa-devel] [Freeipa-users] FreeIPA AD Trust improvements, Fedora 19 Test Day, July 25th

2013-07-24 Thread Martin Kosek
Please note that the FreeIPA Fedora 19 Test Day is happening tomorrow! Thanks in advance to all volunteers helping us test the new Active Directory Trust features. The FreeIPA Team On 07/19/2013 11:56 PM, Dmitri Pal wrote: Hello, The FreeIPA team is happy to welcome you to a Fedora Test Day

[Freeipa-devel] [PATCH 0081] Skip referrals when converting LDAP result to LDAPEntry

2013-07-24 Thread Tomas Babej
Hi, When converting the result obtained by python-ldap library, we need to skip unresolved referral entries, since they cannot be converted. https://fedorahosted.org/freeipa/ticket/3814 TomasFrom 701ce525d52a1797cbdc511f0a57fe08a57a6766 Mon Sep 17 00:00:00 2001 From: Tomas Babej