[Freeipa-devel] [PATCH] Switch %r specifiers to %s in Public errors

2012-10-29 Thread Lynn Root
ring to the function. Ticket: https://fedorahosted.org/freeipa/ticket/2588 My first patch (and freeipa dev list email) ever! Let me know where there's room to improve. Lynn Root Associate Software Engineer Red Hat From 9b0c1c61f58855693fc3cd0943dc639fd3474a2a Mon Sep 17 00:00:00 2001 From: Lyn

Re: [Freeipa-devel] [PATCH] Switch %r specifiers to %s in Public errors

2012-10-30 Thread Lynn Root
I didn't know that was possible - will adjust & test, thank you! Lynn Root Associate Software Engineer Red Hat - Original Message - From: "Martin Kosek" To: "Jan Cholasta" Cc: "Lynn Root" , freeipa-devel@redhat.com Sent: Tuesday, October 30, 2012

Re: [Freeipa-devel] [PATCH] Switch %r specifiers to %s in Public errors

2012-11-05 Thread Lynn Root
orahosted.org/freeipa/ticket/2588 Lynn Root Associate Software Engineer Red Hat - Original Message - From: "Martin Kosek" To: "Jan Cholasta" Cc: "Lynn Root" , freeipa-devel@redhat.com Sent: Tuesday, October 30, 2012 9:08:33 AM Subject: Re: [Freeipa-devel]

Re: [Freeipa-devel] [PATCH] Switch %r specifiers to %s in Public errors

2012-11-08 Thread Lynn Root
Once again - thanks for your help! Lynn Root Associate Software Engineer Red Hat - Original Message - From: "Martin Kosek" To: "Jan Cholasta" Cc: "Lynn Root" , freeipa-devel@redhat.com Sent: Thursday, November 8, 2012 8:46:42 AM Subject: Re: [Freeipa-devel] [

[Freeipa-devel] [PATCH] Add Beta versioning

2012-11-09 Thread Lynn Root
The VERSION file and Makefile now handles 'beta' release parameters when making s/rpms. Ticket: https://fedorahosted.org/freeipa/ticket/2893 Lynn Root Associate Software Engineer Red Hat From 967856ba1a7b24488ea0c11197dbeeda3e4ba39a Mon Sep 17 00:00:00 2001 From: Lynn Root Date:

Re: [Freeipa-devel] [PATCH] Add Beta versioning

2012-11-09 Thread Lynn Root
Ah thank you - was going by the "Submit Changes" portion in http://freeipa.org/page/Contribute#Development_Process, which has less information (but clearly did not notice the Patch Format link right above). Lynn Root Associate Software Engineer Red Hat - Original Message - F

Re: [Freeipa-devel] [PATCH] Switch %r specifiers to %s in Public errors

2012-11-12 Thread Lynn Root
Lynn Root Associate Software Engineer Red Hat - Original Message - > From: "Jan Cholasta" > To: "Lynn Root" > Cc: freeipa-devel@redhat.com > Sent: Friday, November 9, 2012 3:25:20 PM > Subject: Re: [Freeipa-devel] [PATCH] Switch %r specifier

Re: [Freeipa-devel] [PATCH] Switch %r specifiers to %s in Public errors

2012-11-12 Thread Lynn Root
- Original Message - > On 12.11.2012 12:50, Lynn Root wrote: > > > > > > Lynn Root > > Associate Software Engineer > > Red Hat > > > > - Original Message ----- > >> From: "Jan Cholasta" > >> To: "Lynn Roo

[Freeipa-devel] [PATCH] Fixed the catch of the hostname option during ipa-server-install

2012-11-13 Thread Lynn Root
Hi all - Originally ipa-server-install would still prompt for the hostname even if it's supplied in the initial installation command. Ticket: https://fedorahosted.org/freeipa/ticket/2692 Lynn Root Associate Software Engineer Red Hat From 6ea164205cf60eb8e1f7d3886398dcaf2c5

Re: [Freeipa-devel] [PATCH] Fixed the catch of the hostname option during ipa-server-install

2012-11-13 Thread Lynn Root
Er, correctly formatted patch :D (I hope) Lynn Root Associate Software Engineer Red Hat - Original Message - > Hi all - > Originally ipa-server-install would still prompt for the hostname > even if it's supplied in the initial installation command. &

[Freeipa-devel] [PATCH 0005] Clarified error message with ipa-client-automount

2012-11-26 Thread Lynn Root
, rather than NOT_IPA_SERVER. Ticket: https://fedorahosted.org/freeipa/ticket/3080 Lynn Root Associate Software Engineer Red Hat From 3723b5e94217de5c9adb571e36247bd0f6e6afb2 Mon Sep 17 00:00:00 2001 From: Lynn Root Date: Mon, 26 Nov 2012 03:59:22 -0500 Subject: [PATCH] Clarified error message

Re: [Freeipa-devel] [PATCH 0005] Clarified error message with ipa-client-automount

2012-12-03 Thread Lynn Root
On 11/30/2012 10:35 PM, Rob Crittenden wrote: Lynn Root wrote: Returns a clearer hint when user is running ipa-client-automount with possible firewall up and blocking need ports. Not sure if this patch is worded correctly in order to address the potential firewall block when running ipa-client

[Freeipa-devel] [PATCH] 0006 Raise ACI error when CSR has no subject hostname

2012-12-10 Thread Lynn Root
Raise ACI error when CSR does not have a subject hostname. Ticket: https://fedorahosted.org/freeipa/ticket/3123 -- Lynn Root @roguelynn Associate Software Engineer Red Hat, Inc >From c627c853164a6eece19306938fa7d9bead4a4730 Mon Sep 17 00:00:00 2001 From: Lynn Root Date: Mon, 10 Dec 2012

Re: [Freeipa-devel] [PATCH] 0006 Raise ACI error when CSR has no subject hostname

2012-12-10 Thread Lynn Root
On 12/10/2012 05:01 PM, Martin Kosek wrote: On 12/10/2012 03:53 PM, Lynn Root wrote: Raise ACI error when CSR does not have a subject hostname. Ticket:https://fedorahosted.org/freeipa/ticket/3123 Why an ACIError? I know there are are a lot of ACIErrors thrown in cert-request command

Re: [Freeipa-devel] [PATCH] 0006 Raise ACI error when CSR has no subject hostname

2012-12-11 Thread Lynn Root
help, Martin! -- Lynn Root @roguelynn Associate Software Engineer Red Hat, Inc >From 64ce8c043e5330e56f6e7b031e53f3116815b237 Mon Sep 17 00:00:00 2001 From: Lynn Root Date: Mon, 10 Dec 2012 09:13:13 -0500 Subject: [PATCH] Raise ValidationError when CSR does not have a subject hostname Ra

Re: [Freeipa-devel] [PATCH] 0006 Raise ACI error when CSR has no subject hostname

2012-12-11 Thread Lynn Root
On 12/11/2012 09:27 AM, Martin Kosek wrote: On 12/11/2012 09:24 AM, Lynn Root wrote: The following raises ACIError because of failed authorization check, I think its ok. RequirementError is only thrown when a command option that is required is not passed by the user. I am not fond of expanding

Re: [Freeipa-devel] [PATCH] Add Beta versioning

2012-12-11 Thread Lynn Root
On 12/11/2012 10:37 AM, Martin Kosek wrote: On 11/09/2012 01:43 PM, Lynn Root wrote: The VERSION file and Makefile now handles 'beta' release parameters when making s/rpms. Ticket: https://fedorahosted.org/freeipa/ticket/2893 Lynn Root Associate Software Engineer Red Hat The p

Re: [Freeipa-devel] [PATCH 0005] Clarified error message with ipa-client-automount

2013-01-11 Thread Lynn Root
On Mon 03 Dec 2012 05:20:32 AM PST, Lynn Root wrote: On 11/30/2012 10:35 PM, Rob Crittenden wrote: Lynn Root wrote: Returns a clearer hint when user is running ipa-client-automount with possible firewall up and blocking need ports. Not sure if this patch is worded correctly in order to