From 087b9d640ed66f37249c09885fa86b27a78554c7 Mon Sep 17 00:00:00 2001 From: "\"Robert P. J. Day\"" Date: Sun, 2 Jul 2006 18:35:39 +0000 Subject: Allow a user-configurable minimum password length. --- libbb/Config.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libbb/Config.in') diff --git a/libbb/Config.in b/libbb/Config.in index 3ddb7d96c..c5406cbb9 100644 --- a/libbb/Config.in +++ b/libbb/Config.in @@ -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 -- cgit v1.2.3-55-g6feb