Re: [Freeipa-devel] [PATCH] 0018 Do not sort dictionaries in assert_deepequal utility function

2013-04-19 Thread Petr Viktorin
On 04/17/2013 03:00 PM, Rob Crittenden wrote: Petr Viktorin wrote: On 04/15/2013 03:40 PM, Ana Krivokapic wrote: Sorting lists of dictionaries in assert_deepequal was causing inconsistencies in unit test execution. To fix this, do not sort lists if their elements are dictionaries. See the tick

[Freeipa-devel] [PATCH 0151] Disallow all zone transfers/queries if transfer/query policy configuration failed

2013-04-19 Thread Petr Spacek
Hello, Disallow all zone transfers/queries if transfer/query policy configuration failed. Without this patch the old policy stays in effect if re-configuration with the new policy failed. https://fedorahosted.org/bind-dyndb-ldap/ticket/116 -- Petr^2 Spacek From f2f1207d16e2ae91f824c7543722bf2

Re: [Freeipa-devel] [PATCH] 0018 Do not sort dictionaries in assert_deepequal utility function

2013-04-19 Thread Martin Kosek
On 04/19/2013 12:26 PM, Petr Viktorin wrote: > On 04/17/2013 03:00 PM, Rob Crittenden wrote: >> Petr Viktorin wrote: >>> On 04/15/2013 03:40 PM, Ana Krivokapic wrote: Sorting lists of dictionaries in assert_deepequal was causing inconsistencies in unit test execution. To fix this, do not

[Freeipa-devel] [PATCH] 0217 Use two digits for each part of NUM_VERSION

2013-04-19 Thread Petr Viktorin
Hello, This fixes https://fedorahosted.org/freeipa/ticket/3545 -- PetrĀ³ From 3434acdb03b8fd3004b13cff1bae4b30529cb728 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Fri, 19 Apr 2013 14:02:40 +0200 Subject: [PATCH] Use two digits for each part of NUM_VERSION https://fedorahosted.org/freeipa/

[Freeipa-devel] [PATCH] 0020 Handle missing /etc/ipa in ipa-client-install

2013-04-19 Thread Ana Krivokapic
Hello, Make sure /etc/ipa is created and owned by freeipa-python package. Report correct error to user if /etc/ipa is missing during client installation. https://fedorahosted.org/freeipa/ticket/3551 -- Regards, Ana Krivokapic Associate Software Engineer FreeIPA team Red Hat Inc. From fe29c5f

Re: [Freeipa-devel] [PATCH] 0020 Handle missing /etc/ipa in ipa-client-install

2013-04-19 Thread Rob Crittenden
Ana Krivokapic wrote: Hello, Make sure /etc/ipa is created and owned by freeipa-python package. Report correct error to user if /etc/ipa is missing during client installation. https://fedorahosted.org/freeipa/ticket/3551 The server also owns this directory. It should only be owned by the py

Re: [Freeipa-devel] [PATCH] 0020 Handle missing /etc/ipa in ipa-client-install

2013-04-19 Thread Rob Crittenden
Rob Crittenden wrote: Ana Krivokapic wrote: Hello, Make sure /etc/ipa is created and owned by freeipa-python package. Report correct error to user if /etc/ipa is missing during client installation. https://fedorahosted.org/freeipa/ticket/3551 The server also owns this directory. It should o

Re: [Freeipa-devel] [PATCH] 0020 Handle missing /etc/ipa in ipa-client-install

2013-04-19 Thread Ana Krivokapic
On 04/19/2013 03:58 PM, Rob Crittenden wrote: > Rob Crittenden wrote: >> Ana Krivokapic wrote: >>> Hello, >>> >>> Make sure /etc/ipa is created and owned by freeipa-python package. >>> >>> Report correct error to user if /etc/ipa is missing during client >>> installation. >>> >>> https://fedorahost

Re: [Freeipa-devel] [PATCH] 0217 Use two digits for each part of NUM_VERSION

2013-04-19 Thread Rob Crittenden
Petr Viktorin wrote: Hello, This fixes https://fedorahosted.org/freeipa/ticket/3545 ACK, pushed to master and ipa-3-1 rob ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel

Re: [Freeipa-devel] [PATCH] 0020 Handle missing /etc/ipa in ipa-client-install

2013-04-19 Thread Rob Crittenden
Ana Krivokapic wrote: On 04/19/2013 03:58 PM, Rob Crittenden wrote: Rob Crittenden wrote: Ana Krivokapic wrote: Hello, Make sure /etc/ipa is created and owned by freeipa-python package. Report correct error to user if /etc/ipa is missing during client installation. https://fedorahosted.org/

Re: [Freeipa-devel] [PATCH] 130 Drop support for OpenSSH versions before 6.2

2013-04-19 Thread Rob Crittenden
Jan Cholasta wrote: Hi, this patch fixes . OpenSSH6.2 brings upstream support forAuthorizedKeysCommand, which is required for OpenSSH integration. Until now, we relied on downstream patchesand enabled parts of OpenSSH integration conditi