[Freeipa-devel] [PATCH] 138 - Add maxvalue and minvalue kwargs and rules to Int and Float

Rob Crittenden rcritten at redhat.com
Tue Mar 3 22:49:31 UTC 2009


Jason Gerard DeRose wrote:
> On Tue, 2009-03-03 at 16:14 -0500, Rob Crittenden wrote:
>> Add maxvalue and minvalue kwargs and rules to Int and Float data types.
>>
>> This will let us do things like:
>>
>>      takes_options = (
>>          Int('krbmaxpwdlife?',
>>              cli_name='maxlife',
>>              doc='Max. Password Lifetime (days)',
>>              minvalue=0,
>>          ),
>>      )
>>
>> rob
> 
> ack. looks good.

pushed to master




More information about the Freeipa-devel mailing list