diff options
author | Rob Landley | 2005-12-19 02:52:48 +0000 |
---|---|---|
committer | Rob Landley | 2005-12-19 02:52:48 +0000 |
commit | b3f05a467a63f2e08de3cb313551df1c25767719 (patch) | |
tree | 14a584468f0e6390d81c08f9565708d2b480854e | |
parent | 68eb9dd371b61b22420bc5c6849915560cf855b7 (diff) | |
download | busybox-b3f05a467a63f2e08de3cb313551df1c25767719.zip busybox-b3f05a467a63f2e08de3cb313551df1c25767719.tar.gz |
Shadow password support involves vlock too.
-rw-r--r-- | loginutils/Config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/loginutils/Config.in b/loginutils/Config.in index 12c208c..a16412c 100644 --- a/loginutils/Config.in +++ b/loginutils/Config.in @@ -133,13 +133,13 @@ config CONFIG_VLOCK Note that Busybox binary must be setuid root for this applet to work properly. -comment "Common options for adduser, deluser, login, su" - depends on CONFIG_ADDUSER || CONFIG_DELUSER || CONFIG_LOGIN || CONFIG_SU +comment "Common options for adduser, deluser, login, su, vlock" + depends on CONFIG_ADDUSER || CONFIG_DELUSER || CONFIG_LOGIN || CONFIG_SU || CONFIG_VLOCK config CONFIG_FEATURE_SHADOWPASSWDS bool "Support for shadow passwords" default n - depends on CONFIG_ADDUSER || CONFIG_DELUSER || CONFIG_LOGIN || CONFIG_SU + depends on CONFIG_ADDUSER || CONFIG_DELUSER || CONFIG_LOGIN || CONFIG_SU || CONFIG_VLOCK help Build support for shadow password in /etc/shadow. This file is only readable by root and thus the encrypted passwords are no longer |