Re: [Freeipa-devel] [PATCH] 0052 Fix the pwpolicy_find post_callback

2012-05-28 Thread Martin Kosek
On Fri, 2012-05-18 at 16:41 +0200, Petr Viktorin wrote: On 05/18/2012 04:24 PM, Martin Kosek wrote: On Fri, 2012-05-18 at 10:03 -0400, Rob Crittenden wrote: Petr Viktorin wrote: The pwpolicy-find command had a bad condition that made IPA convert lifetime values for output only if those

Re: [Freeipa-devel] [PATCH] 0052 Fix the pwpolicy_find post_callback

2012-05-18 Thread Rob Crittenden
Petr Viktorin wrote: The pwpolicy-find command had a bad condition that made IPA convert lifetime values for output only if those values were *not* being retrieved. With this patch, the conversion routine is called unconditionally (it has its own check for presence of the attributes).

Re: [Freeipa-devel] [PATCH] 0052 Fix the pwpolicy_find post_callback

2012-05-18 Thread Martin Kosek
On Fri, 2012-05-18 at 10:03 -0400, Rob Crittenden wrote: Petr Viktorin wrote: The pwpolicy-find command had a bad condition that made IPA convert lifetime values for output only if those values were *not* being retrieved. With this patch, the conversion routine is called unconditionally (it

Re: [Freeipa-devel] [PATCH] 0052 Fix the pwpolicy_find post_callback

2012-05-18 Thread Petr Viktorin
On 05/18/2012 04:24 PM, Martin Kosek wrote: On Fri, 2012-05-18 at 10:03 -0400, Rob Crittenden wrote: Petr Viktorin wrote: The pwpolicy-find command had a bad condition that made IPA convert lifetime values for output only if those values were *not* being retrieved. With this patch, the