diff options
author | "Robert P. J. Day" <rpjday@mindspring.com> | 2006-07-02 18:35:39 +0000 |
---|---|---|
committer | "Robert P. J. Day" <rpjday@mindspring.com> | 2006-07-02 18:35:39 +0000 |
commit | 087b9d640ed66f37249c09885fa86b27a78554c7 (patch) | |
tree | 2186495a0096f2adeb2691f749efe83b9b6d881e /libbb/Config.in | |
parent | e02706fe45c46939319be7a9f4b2018393fb173b (diff) | |
download | busybox-w32-087b9d640ed66f37249c09885fa86b27a78554c7.tar.gz busybox-w32-087b9d640ed66f37249c09885fa86b27a78554c7.tar.bz2 busybox-w32-087b9d640ed66f37249c09885fa86b27a78554c7.zip |
Allow a user-configurable minimum password length.
Diffstat (limited to 'libbb/Config.in')
-rw-r--r-- | libbb/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ | |||
5 | 5 | ||
6 | menu "Busybox Library Tuning" | 6 | menu "Busybox Library Tuning" |
7 | 7 | ||
8 | config CONFIG_PASSWORD_MINLEN | ||
9 | int "Minimum password length" | ||
10 | default 6 | ||
11 | range 5 32 | ||
12 | help | ||
13 | Minimum allowable password length. | ||
14 | |||
8 | config CONFIG_MD5_SIZE_VS_SPEED | 15 | config CONFIG_MD5_SIZE_VS_SPEED |
9 | int " MD5: Trade Bytes for Speed" | 16 | int " MD5: Trade Bytes for Speed" |
10 | default 2 | 17 | default 2 |