[Freeipa-devel] [PATCH] 15 Report missing python packages

2011-04-28 Thread Jan Cholasta
Improved make-lint to report missing external python packages and fixed a few little bugs in it. I'd like to ask someone (preferably a native English speaker) to go through the new error messages (at the beginning and end of make-lint) and rephrase them if necessary. -- Jan Cholasta >From 2a

Re: [Freeipa-devel] [PATCH] 14 Run lint during each build

2011-04-28 Thread Jan Cholasta
On 28.4.2011 08:57, Martin Kosek wrote: On Wed, 2011-04-27 at 13:52 -0400, Dmitri Pal wrote: On 04/27/2011 12:33 PM, Adam Young wrote: On 04/27/2011 10:24 AM, Martin Kosek wrote: On Wed, 2011-04-27 at 09:56 -0400, Adam Young wrote: On 04/27/2011 09:34 AM, Dmitri Pal wrote: On 04/27/2011 08:1

Re: [Freeipa-devel] [PATCH] 053 Forbid reinstallation in ipa-client-install

2011-04-28 Thread Rob Crittenden
Martin Kosek wrote: On Wed, 2011-04-27 at 10:59 -0400, Simo Sorce wrote: On Wed, 2011-04-27 at 16:17 +0200, Martin Kosek wrote: The --force option may be misused to reinstall an existing IPA client. This is not supported and may lead to unexpected errors. When required, the cleanest way to re-i

Re: [Freeipa-devel] [PATCH] 055 pwpolicy-mod doesn't accept old attribute values

2011-04-28 Thread Rob Crittenden
Martin Kosek wrote: When the pwpolicy attribute "cospriority" is passed to pwpolicy-mod command and the old value is kept, the command should succeed if there was at least one other attribute changed. Current pwpolicy-mod raises exception in this case which may lead to issues in the WebUI. https

Re: [Freeipa-devel] [PATCH] 054 Prevent uninstalling client on the IPA server

2011-04-28 Thread Rob Crittenden
Martin Kosek wrote: This patch prevents uninstalling IPA client when it is configured as a part of IPA server. ipa-server-installation script is advised for this situation. https://fedorahosted.org/freeipa/ticket/1049 ack ___ Freeipa-devel mailing l

Re: [Freeipa-devel] [PATCH] 780 Handle principal not found errors when converting replication agreements

2011-04-28 Thread Martin Kosek
On Thu, 2011-04-28 at 08:58 -0400, Rob Crittenden wrote: > Martin Kosek wrote: > > On Wed, 2011-04-27 at 11:23 -0400, Rob Crittenden wrote: > >> There are times where one side or the other is missing its peers > >> krbprincipalname when converting from simple to GSSAPI replication. > >> Ticket 1188

Re: [Freeipa-devel] [PATCH] 780 Handle principal not found errors when converting replication agreements

2011-04-28 Thread Rob Crittenden
Martin Kosek wrote: On Wed, 2011-04-27 at 11:23 -0400, Rob Crittenden wrote: There are times where one side or the other is missing its peers krbprincipalname when converting from simple to GSSAPI replication. Ticket 1188 should address the cause of this. This patch provides better information

[Freeipa-devel] [PATCH] 055 pwpolicy-mod doesn't accept old attribute values

2011-04-28 Thread Martin Kosek
When the pwpolicy attribute "cospriority" is passed to pwpolicy-mod command and the old value is kept, the command should succeed if there was at least one other attribute changed. Current pwpolicy-mod raises exception in this case which may lead to issues in the WebUI. https://fedorahosted.org/fr

[Freeipa-devel] [PATCH] honor --no-reverse option

2011-04-28 Thread Rob Crittenden
The --no-reverse option was only working in unattended mode resulting in a reverse zone even if you requested to not create one. ticket 1152 rob freeipa-rcrit-770-reverse.patch Description: application/mbox ___ Freeipa-devel mailing list Freeipa-dev

Re: [Freeipa-devel] [PATCH] 14 Run lint during each build

2011-04-28 Thread Rob Crittenden
Dmitri Pal wrote: On 04/27/2011 12:33 PM, Adam Young wrote: On 04/27/2011 10:24 AM, Martin Kosek wrote: On Wed, 2011-04-27 at 09:56 -0400, Adam Young wrote: On 04/27/2011 09:34 AM, Dmitri Pal wrote: On 04/27/2011 08:13 AM, Jan Cholasta wrote: On 27.4.2011 13:17, Martin Kosek wrote: On Wed,

[Freeipa-devel] [PATCH] 054 Prevent uninstalling client on the IPA server

2011-04-28 Thread Martin Kosek
This patch prevents uninstalling IPA client when it is configured as a part of IPA server. ipa-server-installation script is advised for this situation. https://fedorahosted.org/freeipa/ticket/1049 >From 500de765a56f82cac8791a12a732abcccd01ed5c Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: T

Re: [Freeipa-devel] [PATCH] 780 Handle principal not found errors when converting replication agreements

2011-04-28 Thread Martin Kosek
On Wed, 2011-04-27 at 11:23 -0400, Rob Crittenden wrote: > There are times where one side or the other is missing its peers > krbprincipalname when converting from simple to GSSAPI replication. > Ticket 1188 should address the cause of this. > > This patch provides better information and handlin

Re: [Freeipa-devel] [PATCH] 053 Forbid reinstallation in ipa-client-install

2011-04-28 Thread Martin Kosek
On Wed, 2011-04-27 at 10:59 -0400, Simo Sorce wrote: > On Wed, 2011-04-27 at 16:17 +0200, Martin Kosek wrote: > > The --force option may be misused to reinstall an existing IPA > > client. This is not supported and may lead to unexpected errors. > > When required, the cleanest way to re-install IPA

Re: [Freeipa-devel] [PATCH] 052 Log temporary files in ipa-client-install

2011-04-28 Thread Martin Kosek
On Wed, 2011-04-27 at 10:56 -0400, Simo Sorce wrote: > On Wed, 2011-04-27 at 13:29 +0200, Martin Kosek wrote: > > This patch will help investigating issues like in ticket 1100 resolved > > by my patch 50. > > > > -- > > > > This patch adds logging of temporary files (Kerberos configuration, >

Re: [Freeipa-devel] [PATCH] 051 Improve Directory Service open port checker

2011-04-28 Thread Martin Kosek
On Wed, 2011-04-27 at 10:54 -0400, Simo Sorce wrote: > On Wed, 2011-04-27 at 12:43 +0200, Martin Kosek wrote: > > Wait for DS ports to open after _every_ DS service restart. > > Several restarts were missed by the current open port checker > > implementation. > > > > https://fedorahosted.org/freei

Re: [Freeipa-devel] [PATCH] 049 IPA replica is not started after the reboot

2011-04-28 Thread Martin Kosek
On Wed, 2011-04-27 at 10:53 -0400, Simo Sorce wrote: > On Tue, 2011-04-26 at 10:41 +0200, Martin Kosek wrote: > > https://fedorahosted.org/freeipa/ticket/1191 > > > > ACK! > > Simo. > Pushed to master, ipa-2-0. Martin ___ Freeipa-devel mailing list

Re: [Freeipa-devel] [PATCH] 14 Run lint during each build

2011-04-28 Thread Martin Kosek
On Wed, 2011-04-27 at 13:52 -0400, Dmitri Pal wrote: > On 04/27/2011 12:33 PM, Adam Young wrote: > > On 04/27/2011 10:24 AM, Martin Kosek wrote: > >> On Wed, 2011-04-27 at 09:56 -0400, Adam Young wrote: > >>> On 04/27/2011 09:34 AM, Dmitri Pal wrote: > On 04/27/2011 08:13 AM, Jan Cholasta wrot