diff options
author | Denis Vlasenko | 2006-12-19 00:33:53 +0000 |
---|---|---|
committer | Denis Vlasenko | 2006-12-19 00:33:53 +0000 |
commit | 8eb3b391ad9999a3c01c6a90939e443729edb5f6 (patch) | |
tree | 629383a7e329672fa44dc1c0c3293bc3d6b8ac31 /loginutils/Config.in | |
parent | 249fabf1a3ce08273d6bef2adbcd0910cc4dcb4a (diff) | |
download | busybox-8eb3b391ad9999a3c01c6a90939e443729edb5f6.zip busybox-8eb3b391ad9999a3c01c6a90939e443729edb5f6.tar.gz |
passwd: add option to check passwords for weakness
Diffstat (limited to 'loginutils/Config.in')
-rw-r--r-- | loginutils/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/loginutils/Config.in b/loginutils/Config.in index 3628c49..56778b2 100644 --- a/loginutils/Config.in +++ b/loginutils/Config.in @@ -142,6 +142,13 @@ config PASSWD Note that Busybox binary must be setuid root for this applet to work properly. +config FEATURE_PASSWD_WEAK_CHECK + bool "Check new passwords for weakness" + default y + depends on PASSWD + help + With this option passwd will refuse new passwords which are "weak". + config SU bool "su" default n |