Re: [Freeipa-devel] [PATCH 003] Use 'remove-ds.pl' to remove DS instance during server uninstall

2015-01-22 Thread Martin Babinsky
On 01/22/2015 12:19 PM, Martin Kosek wrote: On 01/22/2015 11:58 AM, Martin Babinsky wrote: On 01/22/2015 11:04 AM, Martin Babinsky wrote: The attached patch addresses https://fedorahosted.org/freeipa/ticket/4487. Using 'remove-ds.pl' script from 389-ds during server/replica uninstallation

Re: [Freeipa-devel] [PATCH 003] Use 'remove-ds.pl' to remove DS instance during server uninstall

2015-01-22 Thread Martin Babinsky
On 01/22/2015 12:38 PM, Martin Babinsky wrote: On 01/22/2015 12:19 PM, Martin Kosek wrote: On 01/22/2015 11:58 AM, Martin Babinsky wrote: On 01/22/2015 11:04 AM, Martin Babinsky wrote: The attached patch addresses https://fedorahosted.org/freeipa/ticket/4487. Using 'remove-ds.pl' script from

Re: [Freeipa-devel] [PATCH 003] Use 'remove-ds.pl' to remove DS instance during server uninstall

2015-01-26 Thread Martin Babinsky
On 01/26/2015 01:59 PM, Martin Babinsky wrote: On 01/23/2015 05:56 PM, Martin Basti wrote: On 22/01/15 15:03, Martin Babinsky wrote: On 01/22/2015 12:38 PM, Martin Babinsky wrote: On 01/22/2015 12:19 PM, Martin Kosek wrote: On 01/22/2015 11:58 AM, Martin Babinsky wrote: On 01/22/2015 11:04

Re: [Freeipa-devel] [PATCH 003] Use 'remove-ds.pl' to remove DS instance during server uninstall

2015-01-26 Thread Martin Babinsky
On 01/23/2015 05:56 PM, Martin Basti wrote: On 22/01/15 15:03, Martin Babinsky wrote: On 01/22/2015 12:38 PM, Martin Babinsky wrote: On 01/22/2015 12:19 PM, Martin Kosek wrote: On 01/22/2015 11:58 AM, Martin Babinsky wrote: On 01/22/2015 11:04 AM, Martin Babinsky wrote: The attached patch

[Freeipa-devel] [PATCH 0004] added dbus-python dependency to freeipa-client

2015-01-26 Thread Martin Babinsky
See attached patch related to https://fedorahosted.org/freeipa/ticket/4863. Martin^3 From 4c25a72b8008e9724893e0a918ac98d805fca2fa Mon Sep 17 00:00:00 2001 From: Martin Babinsky mbabi...@redhat.com Date: Mon, 26 Jan 2015 17:30:54 +0100 Subject: [PATCH] added 'dbus-python' as a dependency

[Freeipa-devel] [PATCH 003] Use 'remove-ds.pl' to remove DS instance during server uninstall

2015-01-22 Thread Martin Babinsky
Mon Sep 17 00:00:00 2001 From: Martin Babinsky mbabi...@redhat.com Date: Wed, 21 Jan 2015 13:40:36 +0100 Subject: [PATCH] Use 'remove-ds.pl' to remove DS instance The patch adds a function which calls 'remove-ds.pl' during DS instance removal. This should allow for a more thorough removal of DS

[Freeipa-devel] [PATCH 0002] Changing the token owner also changes its manager

2015-01-14 Thread Martin Babinsky
, then the manager of the token will also be unset. https://fedorahosted.org/freeipa/ticket/4681 Martin^3 From c6d32af7359f29b53f518ce1c0b66e64e78f9566 Mon Sep 17 00:00:00 2001 From: Martin Babinsky mbabi...@redhat.com Date: Wed, 14 Jan 2015 15:57:45 +0100 Subject: [PATCH] Changing the token owner changes also

Re: [Freeipa-devel] [PATCH 0001] ipa-client-install: attempt to get host TGT several times before aborting client installation

2015-01-14 Thread Martin Babinsky
On 01/13/2015 04:48 PM, Martin Babinsky wrote: On 01/13/2015 09:46 AM, Jan Cholasta wrote: Dne 13.1.2015 v 09:22 Martin Kosek napsal(a): On 01/12/2015 05:45 PM, Martin Babinsky wrote: related to ticket https://fedorahosted.org/freeipa/ticket/4808 Patch attached. Martin^3 I think the --tgt

Re: [Freeipa-devel] [PATCH 0001] ipa-client-install: attempt to get host TGT several times before aborting client installation

2015-01-14 Thread Martin Babinsky
On 01/14/2015 04:53 PM, Martin Babinsky wrote: On 01/13/2015 04:48 PM, Martin Babinsky wrote: On 01/13/2015 09:46 AM, Jan Cholasta wrote: Dne 13.1.2015 v 09:22 Martin Kosek napsal(a): On 01/12/2015 05:45 PM, Martin Babinsky wrote: related to ticket https://fedorahosted.org/freeipa/ticket

Re: [Freeipa-devel] [PATCH 0002] Changing the token owner also changes its manager

2015-01-14 Thread Martin Babinsky
On 01/14/2015 05:23 PM, Nathaniel McCallum wrote: On Wed, 2015-01-14 at 16:49 +0100, Martin Babinsky wrote: Changing the owner of a token also implicitly sets the new owner as its manager if following conditions are met: 1.) The original token owner was also its manager 2.) The new manager

Re: [Freeipa-devel] [PATCH 003] Use 'remove-ds.pl' to remove DS instance during server uninstall

2015-01-22 Thread Martin Babinsky
On 01/22/2015 11:04 AM, Martin Babinsky wrote: The attached patch addresses https://fedorahosted.org/freeipa/ticket/4487. Using 'remove-ds.pl' script from 389-ds during server/replica uninstallation should allow for cleaner removal of DS instance with no leftovers (opened ports etc). Martin^3

[Freeipa-devel] [PATCH 0005] Fixed some of the issues reported in FreeIPA code by covscan

2015-01-27 Thread Martin Babinsky
From: Martin Babinsky mbabi...@redhat.com Date: Fri, 16 Jan 2015 15:43:17 +0100 Subject: [PATCH] Fixed issues reported in FreeIPA code by covscan This patch is related to https://fedorahosted.org/freeipa/ticket/4795. Performed another scan and fixed/waived some defects reported by Coverity in IPA C

Re: [Freeipa-devel] [PATCHES 0005-0011] Fix some of the defects reported by covscan on freeipa-master

2015-01-28 Thread Martin Babinsky
On 01/27/2015 05:21 PM, Martin Babinsky wrote: This series of patches is related to https://fedorahosted.org/freeipa/ticket/4795. The attached patches attempt to address some of the defects encountered during running covscan on freeipa-master branch. The complete list is here: http://cov01

Re: [Freeipa-devel] [PATCH 0004] added dbus-python dependency to freeipa-client

2015-01-28 Thread Martin Babinsky
On 01/28/2015 09:46 AM, Martin Kosek wrote: On 01/27/2015 06:45 PM, Martin Babinsky wrote: On 01/27/2015 10:41 AM, Martin Basti wrote: On 26/01/15 17:36, Martin Babinsky wrote: See attached patch related to https://fedorahosted.org/freeipa/ticket/4863. Martin^3 Thank for your patch, IMO

Re: [Freeipa-devel] [PATCHES 0005-0011] Fix some of the defects reported by covscan on freeipa-master

2015-01-27 Thread Martin Babinsky
wrote: On Tue, 27 Jan 2015, Simo Sorce wrote: On Tue, 2015-01-27 at 18:04 +0100, Petr Spacek wrote: On 27.1.2015 17:56, Alexander Bokovoy wrote: On Tue, 27 Jan 2015, Martin Babinsky wrote: From 23a823c3c5933d5c14342e15c00599af74b84118 Mon Sep 17 00:00:00 2001 From: Martin Babinsky mbabi

Re: [Freeipa-devel] [PATCHES 0005-0011] Fix some of the defects reported by covscan on freeipa-master

2015-01-28 Thread Martin Babinsky
On 01/28/2015 12:11 PM, Alexander Bokovoy wrote: On Wed, 28 Jan 2015, Martin Babinsky wrote: can you pick this up as the way to fix this coverity issue ? Simo. Yes I will try to implement it and post all the updates ASAP. I have tried to incorporate Alexander's patch

Re: [Freeipa-devel] [PATCHES 0005-0011] Fix some of the defects reported by covscan on freeipa-master

2015-01-28 Thread Martin Babinsky
On 01/28/2015 08:51 AM, Martin Babinsky wrote: On 01/27/2015 10:15 PM, Simo Sorce wrote: On Tue, 2015-01-27 at 23:04 +0200, Alexander Bokovoy wrote: On Tue, 27 Jan 2015, Simo Sorce wrote: On Tue, 2015-01-27 at 22:20 +0200, Alexander Bokovoy wrote: On Tue, 27 Jan 2015, Simo Sorce wrote

Re: [Freeipa-devel] [PATCH 0185] Use dyndns_update instead of deprecated ipa_dyndns_update in sssd.conf

2015-01-28 Thread Martin Babinsky
On 01/19/2015 02:08 PM, Martin Basti wrote: On 19/01/15 13:24, Jakub Hrozek wrote: On Mon, Jan 19, 2015 at 01:13:12PM +0100, Martin Kosek wrote: On 01/19/2015 01:03 PM, Martin Basti wrote: ipa_dyndns_update option is deprecated in sssd. Patch attached. Can you please create a ticket? It is

Re: [Freeipa-devel] [PATCHES 0005-0011] Fix some of the defects reported by covscan on freeipa-master

2015-01-28 Thread Martin Babinsky
On 01/28/2015 03:37 PM, Simo Sorce wrote: On Wed, 2015-01-28 at 14:53 +0100, Martin Babinsky wrote: On 01/27/2015 05:21 PM, Martin Babinsky wrote: This series of patches is related to https://fedorahosted.org/freeipa/ticket/4795. The attached patches attempt to address some of the defects

Re: [Freeipa-devel] [PATCHES 0005-0011] Fix some of the defects reported by covscan on freeipa-master

2015-01-29 Thread Martin Babinsky
On 01/28/2015 06:30 PM, Alexander Bokovoy wrote: On Wed, 28 Jan 2015, Martin Babinsky wrote: On 01/28/2015 03:37 PM, Simo Sorce wrote: On Wed, 2015-01-28 at 14:53 +0100, Martin Babinsky wrote: On 01/27/2015 05:21 PM, Martin Babinsky wrote: This series of patches is related to https

Re: [Freeipa-devel] [PATCHES 0005-0011] Fix some of the defects reported by covscan on freeipa-master

2015-01-27 Thread Martin Babinsky
On 01/27/2015 06:05 PM, Petr Spacek wrote: On 27.1.2015 18:02, Alexander Bokovoy wrote: -slapi_search_internal_get_entry(sdn, attrs, entry, -otp_config_plugin_id(otp_config)); +search_result = slapi_search_internal_get_entry(sdn, attrs, entry, +

[Freeipa-devel] [PATCHES 0005-0011] Fix some of the defects reported by covscan on freeipa-master

2015-01-27 Thread Martin Babinsky
of a defect and a proposed fix to address it. Martin^3 From 5ae083c1dcfc1fbe0deb0ee7baf78d3509c60551 Mon Sep 17 00:00:00 2001 From: Martin Babinsky mbabi...@redhat.com Date: Tue, 27 Jan 2015 13:01:43 +0100 Subject: [PATCH 1/7] added warning message after default: branch This patch is related

Re: [Freeipa-devel] [PATCH 0004] added dbus-python dependency to freeipa-client

2015-01-27 Thread Martin Babinsky
On 01/27/2015 10:41 AM, Martin Basti wrote: On 26/01/15 17:36, Martin Babinsky wrote: See attached patch related to https://fedorahosted.org/freeipa/ticket/4863. Martin^3 Thank for your patch, IMO client is not dependent on dbus module, but ipapython requires dbus module. We should add

[Freeipa-devel] [PATCH 0013] ipa-client-install: put eol character after the last line of altered config file(s)

2015-01-30 Thread Martin Babinsky
https://fedorahosted.org/freeipa/ticket/4864 -- Martin^3 Babinsky From 3b17495aa0262bf4dbcca006a14db3b786f3e51b Mon Sep 17 00:00:00 2001 From: Martin Babinsky mbabi...@redhat.com Date: Fri, 30 Jan 2015 14:24:15 +0100 Subject: [PATCH] ipa-client-install: put eol character after the last line

[Freeipa-devel] [PATCH 0001] ipa-client-install: attempt to get host TGT several times before aborting client installation

2015-01-12 Thread Martin Babinsky
related to ticket https://fedorahosted.org/freeipa/ticket/4808 Patch attached. Martin^3 From 5988842868303d6a9feffeb2ec5ce873b42876e0 Mon Sep 17 00:00:00 2001 From: Martin Babinsky mbabi...@redhat.com Date: Fri, 9 Jan 2015 17:38:39 +0100 Subject: [PATCH] ipa-client-install: added new option

Re: [Freeipa-devel] [PATCH 0001] ipa-client-install: attempt to get host TGT several times before aborting client installation

2015-01-13 Thread Martin Babinsky
On 01/13/2015 09:46 AM, Jan Cholasta wrote: Dne 13.1.2015 v 09:22 Martin Kosek napsal(a): On 01/12/2015 05:45 PM, Martin Babinsky wrote: related to ticket https://fedorahosted.org/freeipa/ticket/4808 Patch attached. Martin^3 I think the --tgt-kinit-attempts approach is good one. Couple

Re: [Freeipa-devel] [PATCH 0001] ipa-client-install: attempt to get host TGT several times before aborting client installation

2015-01-13 Thread Martin Babinsky
On 01/13/2015 04:03 PM, Rob Crittenden wrote: Jan Cholasta wrote: Dne 13.1.2015 v 09:22 Martin Kosek napsal(a): On 01/12/2015 05:45 PM, Martin Babinsky wrote: related to ticket https://fedorahosted.org/freeipa/ticket/4808 Patch attached. Martin^3 I think the --tgt-kinit-attempts approach

Re: [Freeipa-devel] [PATCH 0001] ipa-client-install: attempt to get host TGT several times before aborting client installation

2015-02-13 Thread Martin Babinsky
On 01/14/2015 05:52 PM, Martin Babinsky wrote: On 01/14/2015 04:53 PM, Martin Babinsky wrote: On 01/13/2015 04:48 PM, Martin Babinsky wrote: On 01/13/2015 09:46 AM, Jan Cholasta wrote: Dne 13.1.2015 v 09:22 Martin Kosek napsal(a): On 01/12/2015 05:45 PM, Martin Babinsky wrote: related

[Freeipa-devel] [PATCH 0022] migrate-ds: proper treatment of unsuccessful migrations

2015-03-18 Thread Martin Babinsky
the patch because my VMs are behaving strangely today and I couldn't connect to them. So please test this patch thoroughly. -- Martin^3 Babinsky From a3cba38399f14b666b50aac77aab5354f979f1fd Mon Sep 17 00:00:00 2001 From: Martin Babinsky mbabi...@redhat.com Date: Tue, 17 Mar 2015 14:39:54 +0100

Re: [Freeipa-devel] [PATCHES 0018-0020] ipa-dns-install: Use LDAPI for all DS connections

2015-03-16 Thread Martin Babinsky
On 03/16/2015 01:44 PM, Martin Basti wrote: On 12/03/15 17:15, Martin Babinsky wrote: On 03/12/2015 03:59 PM, Martin Babinsky wrote: On 03/11/2015 03:13 PM, Martin Basti wrote: On 11/03/15 13:00, Martin Babinsky wrote: These patches solve https://fedorahosted.org/freeipa/ticket/4933

Re: [Freeipa-devel] [PATCHES 0015-0017] consolidation of various Kerberos auth methods in FreeIPA code

2015-03-16 Thread Martin Babinsky
On 03/16/2015 12:15 PM, Martin Kosek wrote: On 03/13/2015 05:37 PM, Martin Babinsky wrote: Attaching the next iteration of patches. I have tried my best to reword the ipa-client-install man page bit about the new option. Any suggestions to further improve it are welcome. I have also slightly

Re: [Freeipa-devel] [PATCHES 0001-0002] ipa-client-install NTP fixes

2015-03-16 Thread Martin Babinsky
On 03/13/2015 10:13 AM, Martin Kosek wrote: On 03/12/2015 09:43 PM, Nathan Kinder wrote: On 03/04/2015 11:25 AM, Nathan Kinder wrote: On 03/04/2015 10:58 AM, Martin Basti wrote: On 04/03/15 19:56, Nathan Kinder wrote: On 03/04/2015 10:41 AM, Rob Crittenden wrote: Nathan Kinder wrote:

[Freeipa-devel] [PATCH 0021] show the exception message thrown by dogtag._parse_ca_status during install

2015-03-16 Thread Martin Babinsky
https://fedorahosted.org/freeipa/ticket/4885 -- Martin^3 Babinsky From 7e0f8b4d65f6c3f8c7d14f154aa5ef80bb064c4c Mon Sep 17 00:00:00 2001 From: Martin Babinsky mbabi...@redhat.com Date: Mon, 16 Mar 2015 12:36:25 +0100 Subject: [PATCH] show the exception message thrown by dogtag._parse_ca_status

[Freeipa-devel] [PATCH 0021] how the exception message raised by dogtag._parse_ca_status during install

2015-03-16 Thread Martin Babinsky
https://fedorahosted.org/freeipa/ticket/4885 -- Martin^3 Babinsky From 7e0f8b4d65f6c3f8c7d14f154aa5ef80bb064c4c Mon Sep 17 00:00:00 2001 From: Martin Babinsky mbabi...@redhat.com Date: Mon, 16 Mar 2015 12:36:25 +0100 Subject: [PATCH] show the exception message thrown by dogtag._parse_ca_status

Re: [Freeipa-devel] [PATCHES 0015-0017] consolidation of various Kerberos auth methods in FreeIPA code

2015-03-17 Thread Martin Babinsky
On 03/17/2015 12:09 PM, Petr Spacek wrote: On 16.3.2015 17:20, Martin Babinsky wrote: On 03/16/2015 01:35 PM, Jan Cholasta wrote: Dne 16.3.2015 v 13:30 Martin Babinsky napsal(a): On 03/16/2015 12:15 PM, Martin Kosek wrote: On 03/13/2015 05:37 PM, Martin Babinsky wrote: Attaching the next

[Freeipa-devel] [PATCH 0021] fix improper handling of boolean option during KRA install

2015-03-17 Thread Martin Babinsky
https://fedorahosted.org/freeipa/ticket/4530 -- Martin^3 Babinsky From 7a674d795b94b4179aae5e17a522fd19ff343b4f Mon Sep 17 00:00:00 2001 From: Martin Babinsky mbabi...@redhat.com Date: Tue, 17 Mar 2015 13:43:46 +0100 Subject: [PATCH] fix improper handling of boolean option

[Freeipa-devel] [PATCHES 0015-0017] consolidation of various Kerberos auth methods in FreeIPA code

2015-03-09 Thread Martin Babinsky
On 03/06/2015 01:05 PM, Martin Babinsky wrote: This series of patches for the master/4.1 branch attempts to implement some of the Rob's and Petr Vobornik's ideas which originated from a discussion on this list regarding my original patch fixing https://fedorahosted.org/freeipa/ticket/4808. I

Re: [Freeipa-devel] [PATCHES 0018-0019] ipa-dns-install: Use LDAPI for all DS connections

2015-03-11 Thread Martin Babinsky
On 03/11/2015 04:59 PM, Martin Kosek wrote: On 03/11/2015 01:00 PM, Martin Babinsky wrote: These patches solve https://fedorahosted.org/freeipa/ticket/4933. They are to be applied to master branch. I will rebase them for ipa-4-1 after the review. It looks like you will also fix ipa-dns

[Freeipa-devel] [PATCHES 0015-0019] changes to the way host TGT is obtained using keytab

2015-03-06 Thread Martin Babinsky
iteration, we may further discuss if this is the right thing to do. Below is a quote from the original discussion just to get the context: -- Martin^3 Babinsky Martin Babinsky wrote: On 03/02/2015 04:28 PM, Rob Crittenden wrote: Petr Vobornik wrote: On 01/12/2015 05:45 PM, Martin Babinsky

Re: [Freeipa-devel] [PATCHES 0015-0019] changes to the way host TGT is obtained using keytab

2015-03-06 Thread Martin Babinsky
On 03/06/2015 02:08 PM, Jan Cholasta wrote: Hi Martin, Dne 6.3.2015 v 13:05 Martin Babinsky napsal(a): This series of patches for the master/4.1 branch attempts to implement some of the Rob's and Petr Vobornik's ideas which originated from a discussion on this list regarding my original patch

Re: [Freeipa-devel] [PATCHES 0015-0017] consolidation of various Kerberos auth methods in FreeIPA code

2015-03-11 Thread Martin Babinsky
Actually, now that I think about it, I will try to address some of your comments: On 03/11/2015 12:42 PM, Petr Spacek wrote: Hello Martin^3, good work, we are almost there! Please see my nitpicks in-line. On 9.3.2015 13:06, Martin Babinsky wrote: On 03/06/2015 01:05 PM, Martin Babinsky

Re: [Freeipa-devel] [PATCHES 0015-0017] consolidation of various Kerberos auth methods in FreeIPA code

2015-03-11 Thread Martin Babinsky
On 03/11/2015 12:42 PM, Petr Spacek wrote: Hello Martin^3, good work, we are almost there! Please see my nitpicks in-line. On 9.3.2015 13:06, Martin Babinsky wrote: On 03/06/2015 01:05 PM, Martin Babinsky wrote: This series of patches for the master/4.1 branch attempts to implement some

[Freeipa-devel] [PATCHES 0018-0019] ipa-dns-install: Use LDAPI for all DS connections

2015-03-11 Thread Martin Babinsky
These patches solve https://fedorahosted.org/freeipa/ticket/4933. They are to be applied to master branch. I will rebase them for ipa-4-1 after the review. -- Martin^3 Babinsky From 3072b2f79fb9b8024fb54a6ef966afceb9a0e82b Mon Sep 17 00:00:00 2001 From: Martin Babinsky mbabi...@redhat.com

Re: [Freeipa-devel] [PATCHES 0018-0019] ipa-dns-install: Use LDAPI for all DS connections

2015-03-12 Thread Martin Babinsky
On 03/12/2015 03:59 PM, Martin Babinsky wrote: On 03/11/2015 03:13 PM, Martin Basti wrote: On 11/03/15 13:00, Martin Babinsky wrote: These patches solve https://fedorahosted.org/freeipa/ticket/4933. They are to be applied to master branch. I will rebase them for ipa-4-1 after the review

Re: [Freeipa-devel] [PATCHES 0015-0017] consolidation of various Kerberos auth methods in FreeIPA code

2015-03-13 Thread Martin Babinsky
On 03/11/2015 12:42 PM, Petr Spacek wrote: diff --git a/ipaserver/rpcserver.py b/ipaserver/rpcserver.py index d6bc955b9d9910a24eec5df1def579310eb54786..36f16908ac8477d9982bfee613b77576853054eb 100644 --- a/ipaserver/rpcserver.py +++ b/ipaserver/rpcserver.py @@ -958,8 +958,8 @@ class

Re: [Freeipa-devel] [PATCHES 0015-0017] consolidation of various Kerberos auth methods in FreeIPA code

2015-03-13 Thread Martin Babinsky
attempt and the text of the last error is retained when finally raising exception. -- Martin^3 Babinsky From b6e0b91e27f041eedca4995e2ee09311d48e7168 Mon Sep 17 00:00:00 2001 From: Martin Babinsky mbabi...@redhat.com Date: Fri, 13 Mar 2015 16:38:02 +0100 Subject: [PATCH 1/3] ipautil: new functions

Re: [Freeipa-devel] [PATCHES 0018-0019] ipa-dns-install: Use LDAPI for all DS connections

2015-03-12 Thread Martin Babinsky
On 03/11/2015 03:13 PM, Martin Basti wrote: On 11/03/15 13:00, Martin Babinsky wrote: These patches solve https://fedorahosted.org/freeipa/ticket/4933. They are to be applied to master branch. I will rebase them for ipa-4-1 after the review. Thank you for the patches. I have a few comments

[Freeipa-devel] [PATCH 0023] enable debugging of spawned ntpd command during client install

2015-03-25 Thread Martin Babinsky
, is the method showed in this patch the right way to do it? -- Martin^3 Babinsky From 3d2329e8caa8392a3efe536033ce49692fe675cd Mon Sep 17 00:00:00 2001 From: Martin Babinsky mbabi...@redhat.com Date: Mon, 23 Mar 2015 17:04:51 +0100 Subject: [PATCH] enable debbuging of spawned ntpd command during

[Freeipa-devel] [PATCH 0024] do not log BINDs to non-existent users as errors

2015-03-25 Thread Martin Babinsky
https://fedorahosted.org/freeipa/ticket/4889 -- Martin^3 Babinsky From ff46bd025db2f251ce0cc49b27b691a238ce07ba Mon Sep 17 00:00:00 2001 From: Martin Babinsky mbabi...@redhat.com Date: Wed, 25 Mar 2015 16:14:49 +0100 Subject: [PATCH] do not log BINDs to non-existent users as errors https

Re: [Freeipa-devel] [PATCH 0023] enable debugging of spawned ntpd command during client install

2015-03-26 Thread Martin Babinsky
On 03/26/2015 01:14 PM, Martin Kosek wrote: On 03/25/2015 04:18 PM, Jan Cholasta wrote: Hi, Dne 25.3.2015 v 15:26 Martin Babinsky napsal(a): The attached patch related to https://fedorahosted.org/freeipa/ticket/4931 Please make sure https://fedorahosted.org/freeipa/ticket/3048 stays fixed

[Freeipa-devel] [PATCH 0025] proper client host setup/teardown in forced client reenrollment integration test suite

2015-03-31 Thread Martin Babinsky
what I'm doing. -- Martin^3 Babinsky From 9cb41407f2db6a353969977016c326fe76169bc9 Mon Sep 17 00:00:00 2001 From: Martin Babinsky mbabi...@redhat.com Date: Tue, 31 Mar 2015 09:33:53 +0200 Subject: [PATCH] proper client host setup/teardown in forced client reenrollment integration test suite Replace

Re: [Freeipa-devel] [PATCH 0025] proper client host setup/teardown in forced client reenrollment integration test suite

2015-03-31 Thread Martin Babinsky
On 03/31/2015 12:06 PM, Petr Viktorin wrote: On 03/31/2015 10:42 AM, Martin Babinsky wrote: During the investigation of https://fedorahosted.org/freeipa/ticket/4614 I discovered a bug (?) in forced client reenrollment integration test. During test scenario, master and replica are setup

Re: [Freeipa-devel] [PATCH] webui: use no_members option in entity select search

2015-04-01 Thread Martin Babinsky
On 03/31/2015 04:16 PM, Petr Vobornik wrote: Obtaining member information for entity selects is not needed and it causes unwanted performance hit, especially with larger groups. This patch removes it. https://fedorahosted.org/freeipa/ticket/4948 Works as expected and the speedup is

Re: [Freeipa-devel] [PATCH] 786 webui: unable to select single value in CB by enter key

2015-03-31 Thread Martin Babinsky
On 03/31/2015 04:19 PM, Petr Vobornik wrote: This little fellow was hiding in a cupboard (patchset 784-786 was abandoned). Fix: If editable combobox has one value, the value is selected and changed by hand, it can't be re-selected by enter key. Works as expected, ACK. -- Martin^3 Babinsky

Re: [Freeipa-devel] [PATCHES 0015-0017] consolidation of various Kerberos auth methods in FreeIPA code

2015-03-23 Thread Martin Babinsky
On 03/17/2015 06:00 PM, Simo Sorce wrote: On Mon, 2015-03-16 at 13:30 +0100, Martin Babinsky wrote: On 03/16/2015 12:15 PM, Martin Kosek wrote: On 03/13/2015 05:37 PM, Martin Babinsky wrote: Attaching the next iteration of patches. I have tried my best to reword the ipa-client-install man

Re: [Freeipa-devel] [PATCH 0022] migrate-ds: proper treatment of unsuccessful migrations

2015-03-23 Thread Martin Babinsky
On 03/23/2015 09:52 AM, Martin Babinsky wrote: On 03/18/2015 10:54 AM, Martin Babinsky wrote: This is a proper fix to both https://fedorahosted.org/freeipa/ticket/4846 and https://fedorahosted.org/freeipa/ticket/4952. To do this I had to throw out some unused parameters from

Re: [Freeipa-devel] [PATCH 0022] migrate-ds: proper treatment of unsuccessful migrations

2015-03-23 Thread Martin Babinsky
On 03/18/2015 10:54 AM, Martin Babinsky wrote: This is a proper fix to both https://fedorahosted.org/freeipa/ticket/4846 and https://fedorahosted.org/freeipa/ticket/4952. To do this I had to throw out some unused parameters from _update_default_group function (particularly the pesky pkey

[Freeipa-devel] [PATCH 0026] ipa-server-install: deprecate manual setting of master KDC password

2015-04-01 Thread Martin Babinsky
https://fedorahosted.org/freeipa/ticket/4516 -- Martin^3 Babinsky From 4237d0d11ab6fd34d066dba3f3d72bfa8c8a52d8 Mon Sep 17 00:00:00 2001 From: Martin Babinsky mbabi...@redhat.com Date: Tue, 31 Mar 2015 10:02:52 +0200 Subject: [PATCH] ipa-server-install: deprecate manual setting of master KDC

Re: [Freeipa-devel] [PATCH 0001] ipa-client-install: attempt to get host TGT several times before aborting client installation

2015-03-02 Thread Martin Babinsky
On 03/02/2015 04:28 PM, Rob Crittenden wrote: Petr Vobornik wrote: On 01/12/2015 05:45 PM, Martin Babinsky wrote: related to ticket https://fedorahosted.org/freeipa/ticket/4808 this patch seems to be a bit forgotten. It works, looks fine. One minor issue: trailing whitespaces in the man

[Freeipa-devel] [PATCH 0014] emit a more helpful error messages when CA configuration fails

2015-03-05 Thread Martin Babinsky
https://fedorahosted.org/freeipa/ticket/4900 -- Martin^3 Babinsky From c96fb62417d20ce00b2c187ef5f8c51d60d8940d Mon Sep 17 00:00:00 2001 From: Martin Babinsky mbabi...@redhat.com Date: Wed, 4 Mar 2015 16:31:55 +0100 Subject: [PATCH] Emit a more helpful error messages when CA configuration fails

Re: [Freeipa-devel] [PATCH 0001] ipa-client-install: attempt to get host TGT several times before aborting client installation

2015-03-03 Thread Martin Babinsky
On 03/03/2015 02:32 PM, Rob Crittenden wrote: Martin Babinsky wrote: On 03/02/2015 04:28 PM, Rob Crittenden wrote: Petr Vobornik wrote: On 01/12/2015 05:45 PM, Martin Babinsky wrote: related to ticket https://fedorahosted.org/freeipa/ticket/4808 this patch seems to be a bit forgotten

Re: [Freeipa-devel] [PATCHES 0015-0017] consolidation of various Kerberos auth methods in FreeIPA code

2015-03-25 Thread Martin Babinsky
On 03/23/2015 03:13 PM, Simo Sorce wrote: On Mon, 2015-03-23 at 14:22 +0100, Petr Spacek wrote: On 23.3.2015 14:08, Simo Sorce wrote: On Mon, 2015-03-23 at 12:48 +0100, Martin Babinsky wrote: On 03/17/2015 06:00 PM, Simo Sorce wrote: On Mon, 2015-03-16 at 13:30 +0100, Martin Babinsky wrote

[Freeipa-devel] [PATCH 0020] show the exception message raised by dogtag._parse_ca_status during install

2015-03-25 Thread Martin Babinsky
This should be patch 20 I think. I must make some cleanup in my patch numbers. https://fedorahosted.org/freeipa/ticket/4885 -- Martin^3 Babinsky From 7e0f8b4d65f6c3f8c7d14f154aa5ef80bb064c4c Mon Sep 17 00:00:00 2001 From: Martin Babinsky mbabi...@redhat.com Date: Mon, 16 Mar 2015 12:36:25

[Freeipa-devel] [PATCH 0012] migrate-ds: exit with error message if no users/groups to migrate are found

2015-01-30 Thread Martin Babinsky
Attached patch fixes https://fedorahosted.org/freeipa/ticket/4864. -- Martin^3 Babinsky From 6f2687ebafd45701991ca0aabe31bccc74cd665e Mon Sep 17 00:00:00 2001 From: Martin Babinsky mbabi...@redhat.com Date: Tue, 27 Jan 2015 17:49:37 +0100 Subject: [PATCH] migrate-ds: exit with error message

Re: [Freeipa-devel] [PATCH 0012] migrate-ds: exit with error message if no users/groups to migrate are found

2015-01-30 Thread Martin Babinsky
On 01/30/2015 10:54 AM, Martin Babinsky wrote: Attached patch fixes https://fedorahosted.org/freeipa/ticket/4864. ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel Got the ticket number

[Freeipa-devel] [PATCH 0029] suppress errors arising from deleting non-existent files during client uninstall

2015-04-14 Thread Martin Babinsky
d852d237c86abc1db3780d2be169dd89745a06de Mon Sep 17 00:00:00 2001 From: Martin Babinsky mbabi...@redhat.com Date: Tue, 14 Apr 2015 13:55:33 +0200 Subject: [PATCH] suppress errors arising from deleting non-existent files during client uninstall When rolling back partially configured IPA client

Re: [Freeipa-devel] [PATCH 0029] suppress errors arising from deleting non-existent files during client uninstall

2015-04-20 Thread Martin Babinsky
On 04/20/2015 10:32 AM, Martin Basti wrote: On 17/04/15 14:11, Martin Babinsky wrote: On 04/17/2015 12:41 PM, Martin Babinsky wrote: On 04/17/2015 12:36 PM, Martin Basti wrote: On 17/04/15 12:33, Martin Babinsky wrote: On 04/17/2015 12:04 PM, Martin Basti wrote: On 15/04/15 15:53, Martin

Re: [Freeipa-devel] [PATCHES 0015-0017] consolidation of various Kerberos auth methods in FreeIPA code

2015-04-20 Thread Martin Babinsky
On 04/20/2015 09:48 AM, Jan Cholasta wrote: Dne 15.4.2015 v 15:17 Martin Babinsky napsal(a): On 04/13/2015 02:16 PM, Martin Babinsky wrote: On 04/09/2015 03:38 PM, Jan Cholasta wrote: Some comments: Patch 15: 1) The functions should be as similar as possible: a) kinit_password

Re: [Freeipa-devel] [PATCH 0014] emit a more helpful error messages when CA configuration fails

2015-04-20 Thread Martin Babinsky
On 04/17/2015 03:56 PM, Martin Babinsky wrote: On 03/05/2015 01:11 PM, Martin Babinsky wrote: https://fedorahosted.org/freeipa/ticket/4900 ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel

[Freeipa-devel] [PATCH 0030] use separate ccache filename for each IPA DNSSEC daemon

2015-04-20 Thread Martin Babinsky
to simplify his life during debugging DNSSEC-related issues. -- Martin^3 Babinsky From b4ceafcbb9cefe19121caf0e63cc09a30e2ef811 Mon Sep 17 00:00:00 2001 From: Martin Babinsky mbabi...@redhat.com Date: Wed, 15 Apr 2015 15:20:00 +0200 Subject: [PATCH] use separate ccache filename for each IPA DNSSEC daemon

Re: [Freeipa-devel] [PATCHES 0031-0032] set up a dedicated CCache file for Apache during install/upgrade

2015-04-29 Thread Martin Babinsky
On 04/29/2015 09:09 AM, Martin Kosek wrote: On 04/28/2015 05:42 PM, Martin Babinsky wrote: The attached patches address https://fedorahosted.org/freeipa/ticket/4973 and implement the solution proposed in Comment 2. Please review the hell out of them. Why did you split the work in 2 patches

Re: [Freeipa-devel] [PATCH] 821 webui: add pwpolicy link to group details page if group has associated pwpolicy

2015-04-30 Thread Martin Babinsky
On 04/17/2015 05:58 PM, Petr Vobornik wrote: https://fedorahosted.org/freeipa/ticket/4982 ACK -- Martin^3 Babinsky -- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA:

[Freeipa-devel] [PATCH 0031] provide a dedicated ccache file to httpd

2015-04-29 Thread Martin Babinsky
93bbf9f3004279fae53d81d95b60b340bd77f433 Mon Sep 17 00:00:00 2001 From: Martin Babinsky mbabi...@redhat.com Date: Tue, 28 Apr 2015 16:24:02 +0200 Subject: [PATCH] provide dedicated ccache file for httpd httpd service stores Kerberos credentials in kernel keyring which gets destroyed and recreated during service install

Re: [Freeipa-devel] [PATCH 0029] suppress errors arising from deleting non-existent files during client uninstall

2015-04-27 Thread Martin Babinsky
On 04/24/2015 03:19 PM, Martin Basti wrote: On 20/04/15 10:58, Martin Babinsky wrote: On 04/20/2015 10:32 AM, Martin Basti wrote: On 17/04/15 14:11, Martin Babinsky wrote: On 04/17/2015 12:41 PM, Martin Babinsky wrote: On 04/17/2015 12:36 PM, Martin Basti wrote: On 17/04/15 12:33, Martin

Re: [Freeipa-devel] [PATCH 0014] emit a more helpful error messages when CA configuration fails

2015-04-27 Thread Martin Babinsky
On 04/24/2015 04:15 PM, Martin Basti wrote: On 20/04/15 12:59, Martin Babinsky wrote: On 04/17/2015 03:56 PM, Martin Babinsky wrote: On 03/05/2015 01:11 PM, Martin Babinsky wrote: https://fedorahosted.org/freeipa/ticket/4900 ___ Freeipa-devel

Re: [Freeipa-devel] [PATCH 0031] provide a dedicated ccache file to httpd

2015-05-04 Thread Martin Babinsky
On 04/30/2015 08:23 AM, Alexander Bokovoy wrote: On Thu, 30 Apr 2015, Jan Cholasta wrote: Hi, Dne 29.4.2015 v 19:42 Martin Babinsky napsal(a): The attached patch is a merge of PATCHES 0031-0032 incorporating Simo's and Martin's suggestions (see e.g. https://www.redhat.com/archives/freeipa

Re: [Freeipa-devel] [PATCHES 0235-0237] Use global DS write lock during upgrade

2015-05-04 Thread Martin Babinsky
On 05/04/2015 11:57 AM, Martin Basti wrote: On 28/04/15 14:45, Martin Basti wrote: https://fedorahosted.org/freeipa/ticket/4925 I had to use ldif parser to edit DSE file instead (patch 236) and due to cyclic import caused by upgrade instace and dsintance I had to move realm_to_serverid from

Re: [Freeipa-devel] [PATCH 0083] Fix a signedness bug in OTP code

2015-04-30 Thread Martin Babinsky
On 04/27/2015 04:30 PM, Nathaniel McCallum wrote: This bug caused negative token windows to wrap-around, causing issues with TOTP authentication and (especially) synchronization. https://fedorahosted.org/freeipa/ticket/4990 ACK -- Martin^3 Babinsky -- Manage your subscription for the

Re: [Freeipa-devel] [PATCH 0238] Server Upgrade: fix broken memberUid index

2015-05-07 Thread Martin Babinsky
On 05/06/2015 01:23 PM, Martin Basti wrote: On 06/05/15 13:22, Martin Basti wrote: https://fedorahosted.org/freeipa/ticket/5007 Patch attached. Requires patch mbasti-231-4 -- Martin Basti ACK -- Martin^3 Babinsky -- Manage your subscription for the Freeipa-devel mailing list:

Re: [Freeipa-devel] [PATCH] 823 ipaldap: raise DatabaseError on unbind if disconnected

2015-05-07 Thread Martin Babinsky
On 04/24/2015 01:31 PM, Petr Vobornik wrote: On 04/24/2015 07:19 AM, Jan Cholasta wrote: Dne 23.4.2015 v 22:18 Nathaniel McCallum napsal(a): On Thu, 2015-04-23 at 14:12 +0200, Petr Vobornik wrote: On 04/23/2015 12:24 PM, Petr Vobornik wrote: If unbind was called when disconnected it raised:

Re: [Freeipa-devel] [PATCH 0032] prevent duplicate IDs when setting up multiple replicas against single master

2015-05-07 Thread Martin Babinsky
On 05/06/2015 07:41 PM, thierry bordaz wrote: On 05/06/2015 05:56 PM, Martin Babinsky wrote: On 05/06/2015 04:25 PM, thierry bordaz wrote: On 05/06/2015 03:19 PM, Martin Babinsky wrote: Hello Thierry, replies are inline. On 05/06/2015 02:22 PM, thierry bordaz wrote: On 05/06/2015 01:54 PM

Re: [Freeipa-devel] [PATCH 0032] prevent duplicate IDs when setting up multiple replicas against single master

2015-05-06 Thread Martin Babinsky
On 05/06/2015 04:25 PM, thierry bordaz wrote: On 05/06/2015 03:19 PM, Martin Babinsky wrote: Hello Thierry, replies are inline. On 05/06/2015 02:22 PM, thierry bordaz wrote: On 05/06/2015 01:54 PM, Martin Babinsky wrote: The attached patch tries to fix https://fedorahosted.org/freeipa

Re: [Freeipa-devel] [PATCH 0031] provide a dedicated ccache file to httpd

2015-05-12 Thread Martin Babinsky
On 05/12/2015 07:50 AM, Alexander Bokovoy wrote: On Mon, 04 May 2015, Martin Babinsky wrote: On 04/30/2015 08:23 AM, Alexander Bokovoy wrote: On Thu, 30 Apr 2015, Jan Cholasta wrote: Hi, Dne 29.4.2015 v 19:42 Martin Babinsky napsal(a): The attached patch is a merge of PATCHES 0031-0032

Re: [Freeipa-devel] [PATCH 0245] Fix uniqueness plugins vol. 2

2015-05-13 Thread Martin Babinsky
On 05/12/2015 09:03 PM, Martin Basti wrote: On 12/05/15 18:23, Martin Basti wrote: https://fedorahosted.org/freeipa/ticket/4921 To test this, the mkosek/freeipa-master copr repo with 389-ds-base 1.3.4.0 is needed. All previous changes to uniqueness plugins were made just in master branch so

Re: [Freeipa-devel] [PATCH 0031] provide a dedicated ccache file to httpd

2015-05-13 Thread Martin Babinsky
On 05/12/2015 06:47 PM, Alexander Bokovoy wrote: On Tue, 12 May 2015, Petr Vobornik wrote: On 05/12/2015 11:22 AM, Alexander Bokovoy wrote: On Tue, 12 May 2015, Martin Babinsky wrote: %attr(644,root,root) %{_unitdir}/ipa-ods-exporter.service +%attr(644,root,root) %{etc_systemd_dir

[Freeipa-devel] [PATCHES 0033-0034] fix recent bugs introduced by letting httpd use file-based ccache

2015-05-15 Thread Martin Babinsky
: Martin Babinsky mbabi...@redhat.com Date: Fri, 15 May 2015 15:37:05 +0200 Subject: [PATCH 1/2] move IPA-related http runtime directories to common subdirectory When both 'mod_auth_kerb' and 'mod_auth_gssapi' are installed at the same time, they use common directory for storing Apache ccache file

Re: [Freeipa-devel] [PATCHES 0033-0034] fix recent bugs introduced by letting httpd use file-based ccache

2015-05-15 Thread Martin Babinsky
On 05/15/2015 04:25 PM, Jan Cholasta wrote: Dne 15.5.2015 v 16:16 Martin Babinsky napsal(a): These two patches fix two issues reported by David Kupka in most recent freeipa-master builds, which are caused by my previous patch 0031 provide a dedicated ccache file to httpd. Patch 0033 moves

[Freeipa-devel] [PATCH 0035] do not check for directory manager password during KRA uninstall

2015-05-19 Thread Martin Babinsky
https://fedorahosted.org/freeipa/ticket/5028 -- Martin^3 Babinsky From 96aae7a619c808e979699b56b5905e1e836a4f8b Mon Sep 17 00:00:00 2001 From: Martin Babinsky mbabi...@redhat.com Date: Tue, 19 May 2015 13:01:27 +0200 Subject: [PATCH] do not check for directory manager password during KRA

Re: [Freeipa-devel] [PATCH] 825 webui-ci: fix type error in host_tasks inicializations

2015-05-12 Thread Martin Babinsky
On 05/06/2015 01:37 PM, Petr Vobornik wrote: host_tasks initializations were not modified along with pytest migration ACK -- Martin^3 Babinsky -- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA:

Re: [Freeipa-devel] [PATCHES 0015-0017] consolidation of various Kerberos auth methods in FreeIPA code

2015-04-15 Thread Martin Babinsky
On 04/13/2015 02:16 PM, Martin Babinsky wrote: On 04/09/2015 03:38 PM, Jan Cholasta wrote: Some comments: Patch 15: 1) The functions should be as similar as possible: a) kinit_password() should have a 'ccache_path' argument instead of passing the path in KRB5CCNAME in the 'env

Re: [Freeipa-devel] [PATCH 0029] suppress errors arising from deleting non-existent files during client uninstall

2015-04-15 Thread Martin Babinsky
On 04/14/2015 04:24 PM, Martin Basti wrote: On 14/04/15 16:12, Martin Basti wrote: On 14/04/15 14:25, Martin Babinsky wrote: This patch addresses https://fedorahosted.org/freeipa/ticket/4966 The noise during rollback/uninstall is caused mainly by unsuccessful attempts to remove files that do

Re: [Freeipa-devel] [PATCHES 0224-0225] Use NTP servers detected from SRV records in ntp configuration

2015-04-16 Thread Martin Babinsky
On 04/16/2015 01:34 PM, Martin Babinsky wrote: On 04/15/2015 04:17 PM, Martin Basti wrote: https://fedorahosted.org/freeipa/ticket/4981 These patches keep usage of IPA server address as NTP server in NTP configuration on clients, in case that no NTP servers were specified by user, and no NTP

Re: [Freeipa-devel] [PATCH 0226] Use user specified NTP servers during initial synchronization

2015-04-16 Thread Martin Babinsky
On 04/15/2015 04:18 PM, Martin Basti wrote: https://fedorahosted.org/freeipa/ticket/4983 Patch attached. NACK until you fix PATCH 224. -- Martin^3 Babinsky -- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to

Re: [Freeipa-devel] [PATCHES 0224-0225] Use NTP servers detected from SRV records in ntp configuration

2015-04-16 Thread Martin Babinsky
On 04/15/2015 04:17 PM, Martin Basti wrote: https://fedorahosted.org/freeipa/ticket/4981 These patches keep usage of IPA server address as NTP server in NTP configuration on clients, in case that no NTP servers were specified by user, and no NTP servers were resolved from SRV records. This

Re: [Freeipa-devel] [PATCHES 0224-0225] Use NTP servers detected from SRV records in ntp configuration

2015-04-16 Thread Martin Babinsky
On 04/16/2015 05:14 PM, Martin Basti wrote: On 16/04/15 13:53, Martin Babinsky wrote: On 04/16/2015 01:34 PM, Martin Babinsky wrote: On 04/15/2015 04:17 PM, Martin Basti wrote: https://fedorahosted.org/freeipa/ticket/4981 These patches keep usage of IPA server address as NTP server in NTP

Re: [Freeipa-devel] [PATCH 0226] Use user specified NTP servers during initial synchronization

2015-04-16 Thread Martin Babinsky
On 04/16/2015 05:14 PM, Martin Basti wrote: On 16/04/15 13:36, Martin Babinsky wrote: On 04/15/2015 04:18 PM, Martin Basti wrote: https://fedorahosted.org/freeipa/ticket/4983 Patch attached. NACK until you fix PATCH 224. Updated patch attached. ACK -- Martin^3 Babinsky -- Manage

Re: [Freeipa-devel] [PATCH 0014] emit a more helpful error messages when CA configuration fails

2015-04-17 Thread Martin Babinsky
On 03/05/2015 01:11 PM, Martin Babinsky wrote: https://fedorahosted.org/freeipa/ticket/4900 ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel Nobody to review this? -- Martin^3 Babinsky

Re: [Freeipa-devel] [PATCH 0029] suppress errors arising from deleting non-existent files during client uninstall

2015-04-17 Thread Martin Babinsky
On 04/17/2015 12:41 PM, Martin Babinsky wrote: On 04/17/2015 12:36 PM, Martin Basti wrote: On 17/04/15 12:33, Martin Babinsky wrote: On 04/17/2015 12:04 PM, Martin Basti wrote: On 15/04/15 15:53, Martin Babinsky wrote: On 04/14/2015 04:24 PM, Martin Basti wrote: On 14/04/15 16:12, Martin

Re: [Freeipa-devel] [PATCHES 0015-0017] consolidation of various Kerberos auth methods in FreeIPA code

2015-04-13 Thread Martin Babinsky
Spacek's request since a sane naming of persistent Ccaches makes debugging of Kerberos-related errors a bit easier for him. Attaching updated patches. -- Martin^3 Babinsky From 6c3e15f121e78e7c0c85ed4f1e167f88eeecc5ee Mon Sep 17 00:00:00 2001 From: Martin Babinsky mbabi...@redhat.com Date: Mon

[Freeipa-devel] [PATCH 0028] update 'api.env.ca_host' if a different hostname is used during server install

2015-04-13 Thread Martin Babinsky
https://fedorahosted.org/freeipa/ticket/4936 -- Martin^3 Babinsky From 3f287579373374aa9800b19a1bec314f143070b1 Mon Sep 17 00:00:00 2001 From: Martin Babinsky mbabi...@redhat.com Date: Mon, 13 Apr 2015 17:38:36 +0200 Subject: [PATCH] update 'api.env.ca_host' if a different hostname is used

  1   2   3   4   5   6   7   8   >