Allow a user-configurable minimum password length.

This commit is contained in:
"Robert P. J. Day"
2006-07-02 18:35:39 +00:00
parent e02706fe45
commit 087b9d640e
2 changed files with 9 additions and 7 deletions

View File

@@ -5,6 +5,13 @@
menu "Busybox Library Tuning"
config CONFIG_PASSWORD_MINLEN
int "Minimum password length"
default 6
range 5 32
help
Minimum allowable password length.
config CONFIG_MD5_SIZE_VS_SPEED
int " MD5: Trade Bytes for Speed"
default 2