Re: [Freeipa-devel] [PATCH 0021] Don't special case the Password class in Param.__init__()

2013-10-08 Thread Petr Viktorin
On 10/07/2013 11:28 PM, Nathaniel McCallum wrote: On Mon, 2013-10-07 at 13:47 +0200, Petr Viktorin wrote: On 10/04/2013 07:34 PM, Nathaniel McCallum wrote: This patch is preparatory for the OTP CLI patch. Thanks for the patch; it needs some work. >From 2678ff4e2f22e7e81bf40b30ffcd0efe0ecf08

Re: [Freeipa-devel] [PATCH 0021] Don't special case the Password class in Param.__init__()

2013-10-07 Thread Nathaniel McCallum
On Mon, 2013-10-07 at 13:47 +0200, Petr Viktorin wrote: > On 10/04/2013 07:34 PM, Nathaniel McCallum wrote: > > This patch is preparatory for the OTP CLI patch. > > Thanks for the patch; it needs some work. > > >>From 2678ff4e2f22e7e81bf40b30ffcd0efe0ecf08c2 Mon Sep 17 00:00:00 2001 > > From: Nat

Re: [Freeipa-devel] [PATCH 0021] Don't special case the Password class in Param.__init__()

2013-10-07 Thread Petr Viktorin
On 10/04/2013 07:34 PM, Nathaniel McCallum wrote: This patch is preparatory for the OTP CLI patch. Thanks for the patch; it needs some work. From 2678ff4e2f22e7e81bf40b30ffcd0efe0ecf08c2 Mon Sep 17 00:00:00 2001 From: Nathaniel McCallum Date: Mon, 30 Sep 2013 13:06:37 -0400 Subject: [PATCH]

[Freeipa-devel] [PATCH 0021] Don't special case the Password class in Param.__init__()

2013-10-04 Thread Nathaniel McCallum
This patch is preparatory for the OTP CLI patch. >From 2678ff4e2f22e7e81bf40b30ffcd0efe0ecf08c2 Mon Sep 17 00:00:00 2001 From: Nathaniel McCallum Date: Mon, 30 Sep 2013 13:06:37 -0400 Subject: [PATCH] Don't special case the Password class in Param.__init__() --- ipalib/parameters.py | 20 +++