any value in configuring minimum password length?

Bernhard Fischer rep.nop at aon.at
Sun Jul 2 11:17:21 PDT 2006


On Sun, Jul 02, 2006 at 12:06:06PM -0400, Robert P. J. Day wrote:
>On Sun, 2 Jul 2006, Bernhard Fischer wrote:
>
>> On Sun, Jul 02, 2006 at 11:41:51AM -0400, Robert P. J. Day wrote:
>> >
>> >libbb/obscure.c
>> >---------------
>> >
>> >#define MINLEN 6
>> >
>> >  any value in taking the extra step and allowing this to be changed
>> >during configuration?
>>
>> put it in libbb/Config.in if you feel like
>>
>> config CONFIG_PASSWORD_MINLEN
>> 	int "description"
>> 	default 6
>> 	range 5 255 /* or the like */
>> 	help
>> 	  help text here
>
>i'm assuming something like the following would be sufficient, yes?

Yes (didn't look closely if 32 is proper, though).


More information about the busybox mailing list