Re: [Freeipa-devel] [PATCH] 376 Removed clear text passwords from KRA install log.

2015-08-21 Thread Alexander Bokovoy
On Fri, 21 Aug 2015, Endi Sukma Dewata wrote: The ipa-kra-install tool has been modified to use password files instead of clear text passwords when invoking pki tool such that the passwords are no longer visible in ipaserver-kra-install.log. https://fedorahosted.org/freeipa/ticket/5246 -- Endi

[Freeipa-devel] [PATCH] 376 Removed clear text passwords from KRA install log.

2015-08-21 Thread Endi Sukma Dewata
The ipa-kra-install tool has been modified to use password files instead of clear text passwords when invoking pki tool such that the passwords are no longer visible in ipaserver-kra-install.log. https://fedorahosted.org/freeipa/ticket/5246 -- Endi S. Dewata From 545de89d5b8992469335415d209b6f04

Re: [Freeipa-devel] [PATCH 0003] Bump python-gssapi version to 1.1.2

2015-08-21 Thread Robbie Harwood
Michael Šimáček writes: > python-gssapi had a bug in exception handling that caused exceptions to > be shadowed by LookupError. The new version should fix the problem. > > https://fedorahosted.org/freeipa/ticket/5225 Yes, exactly. Looks good! signature.asc Description: PGP signature -- Mana

Re: [Freeipa-devel] [PATCH 0003] Bump python-gssapi version to 1.1.2

2015-08-21 Thread Simo Sorce
On Fri, 2015-08-21 at 17:13 +0200, Michael Šimáček wrote: > python-gssapi had a bug in exception handling that caused exceptions to > be shadowed by LookupError. The new version should fix the problem. > > https://fedorahosted.org/freeipa/ticket/5225 ACK. Simo. -- Simo Sorce * Red Hat, Inc *

[Freeipa-devel] [PATCH 0003] Bump python-gssapi version to 1.1.2

2015-08-21 Thread Michael Šimáček
python-gssapi had a bug in exception handling that caused exceptions to be shadowed by LookupError. The new version should fix the problem. https://fedorahosted.org/freeipa/ticket/5225 From 0798416ea4a21b4baa9a9f38b1525f47d153d2df Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Fri, 21 Aug

Re: [Freeipa-devel] conflict in the 4.2 packages freeipa-server and freeipa-server-dns

2015-08-21 Thread Martin Babinsky
On 08/21/2015 04:25 PM, Oleg Fayans wrote: $ yum install freeipa-*.rpm Yum command has been deprecated, redirecting to '/usr/bin/dnf install freeipa-admintools-4.2.0-20150821123735Zjenkins41git6b86238.fc22.x86_64.rpm freeipa-client-4.2.0-20150821123735Zjenkins41git6b86238.fc22.x86_64.rpm freeipa-

Re: [Freeipa-devel] [PATCH 0002] Port from python-krbV to python-gssapi

2015-08-21 Thread Simo Sorce
On Fri, 2015-08-21 at 15:52 +0200, Michael Šimáček wrote: > > On 2015-08-20 20:42, Robbie Harwood wrote: > > Michael Šimáček writes: > > > >> On 2015-08-20 12:32, Michael Šimáček wrote: > >> > >> Michael Šimáček writes: > >> > >>> Attaching new revision of the patch. Changes from the

[Freeipa-devel] conflict in the 4.2 packages freeipa-server and freeipa-server-dns

2015-08-21 Thread Oleg Fayans
$ yum install freeipa-*.rpm Yum command has been deprecated, redirecting to '/usr/bin/dnf install freeipa-admintools-4.2.0-20150821123735Zjenkins41git6b86238.fc22.x86_64.rpm freeipa-client-4.2.0-20150821123735Zjenkins41git6b86238.fc22.x86_64.rpm freeipa-debuginfo-4.2.0-20150821123735Zjenkins41g

Re: [Freeipa-devel] [Freeipa-users] Dns SOA MNAME not resolving from LDAP data

2015-08-21 Thread David Dejaeghere
confirmed working. Does this default value make any sense if this value is changeable in the UI and using the IPA client? Kind Regards, David 2015-08-20 14:38 GMT+02:00 Martin Basti : > > > On 08/20/2015 02:35 PM, David Dejaeghere wrote: > > Aha, > > Correct. But i never set this. This option s

Re: [Freeipa-devel] [PATCH 0002] Port from python-krbV to python-gssapi

2015-08-21 Thread Michael Šimáček
On 2015-08-20 20:42, Robbie Harwood wrote: Michael Šimáček writes: On 2015-08-20 12:32, Michael Šimáček wrote: Michael Šimáček writes: Attaching new revision of the patch. Changes from the previous: - ldap2's connect now chooses the bind type same way as in ipaldap - get_default_realm u

Re: [Freeipa-devel] [PATCHES] 0696-0710 More modernization

2015-08-21 Thread Christian Heimes
On 2015-08-21 12:55, Petr Viktorin wrote: > On 08/14/2015 07:44 PM, Petr Viktorin wrote: >> Hello, >> These patches bring IPA another step towards compatibility with Python 3. >> >> Most of these were made by fixers from the "python-modernize" tool, but >> I reviewed and edited the results. > > He

Re: [Freeipa-devel] [PATCH 0297] ULC: add user-stage command

2015-08-21 Thread Martin Basti
On 08/20/2015 07:17 PM, thierry bordaz wrote: On 08/20/2015 05:21 PM, Martin Basti wrote: On 08/20/2015 11:27 AM, Jan Cholasta wrote: On 19.8.2015 10:57, Jan Cholasta wrote: On 19.8.2015 10:47, thierry bordaz wrote: On 08/19/2015 10:34 AM, Jan Cholasta wrote: On 19.8.2015 09:39, thierry

[Freeipa-devel] [PATCH] small fixes related to running dnssec tests in RHEL

2015-08-21 Thread Oleg Fayans
Hi list, Here are the the fixes for https://fedorahosted.org/freeipa/ticket/5240 plus pep8-related fixes, plus created a user-friendly error message at import error. obsoletes my previous patch -- Oleg Fayans Quality Engineer FreeIPA team RedHat. From 61bef8f0f8377340deef136ae3125063d06458ce M

Re: [Freeipa-devel] [PATCH 0003] Added PyYAML as a dependency for ipa-tests, fixed a replica preparation in RHEL

2015-08-21 Thread Oleg Fayans
Agreed. Please, disregard this patch. On 08/21/2015 08:57 AM, Tomas Babej wrote: On 08/20/2015 12:08 PM, Martin Babinsky wrote: On 08/20/2015 11:48 AM, Oleg Fayans wrote: Fixed two failures of integration tests under RHEL: 1. PyYAML, needed for integration tests is not installed as a depende

Re: [Freeipa-devel] [PATCH 0060] raise an error when trying to preserve an already preserved user

2015-08-21 Thread thierry bordaz
On 08/20/2015 01:59 PM, Martin Babinsky wrote: On 08/20/2015 12:11 PM, Martin Babinsky wrote: On 08/20/2015 11:41 AM, thierry bordaz wrote: On 08/19/2015 06:28 PM, Martin Babinsky wrote: On 08/19/2015 02:54 PM, Martin Babinsky wrote: this patch prevents https://fedorahosted.org/freeipa/ticket