aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2005-12-19 02:52:48 +0000
committerRob Landley <rob@landley.net>2005-12-19 02:52:48 +0000
commitb3f05a467a63f2e08de3cb313551df1c25767719 (patch)
tree14a584468f0e6390d81c08f9565708d2b480854e
parent68eb9dd371b61b22420bc5c6849915560cf855b7 (diff)
downloadbusybox-w32-b3f05a467a63f2e08de3cb313551df1c25767719.tar.gz
busybox-w32-b3f05a467a63f2e08de3cb313551df1c25767719.tar.bz2
busybox-w32-b3f05a467a63f2e08de3cb313551df1c25767719.zip
Shadow password support involves vlock too.
-rw-r--r--loginutils/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/loginutils/Config.in b/loginutils/Config.in
index 12c208c64..a16412c8c 100644
--- a/loginutils/Config.in
+++ b/loginutils/Config.in
@@ -133,13 +133,13 @@ config CONFIG_VLOCK
133 Note that Busybox binary must be setuid root for this applet to 133 Note that Busybox binary must be setuid root for this applet to
134 work properly. 134 work properly.
135 135
136comment "Common options for adduser, deluser, login, su" 136comment "Common options for adduser, deluser, login, su, vlock"
137 depends on CONFIG_ADDUSER || CONFIG_DELUSER || CONFIG_LOGIN || CONFIG_SU 137 depends on CONFIG_ADDUSER || CONFIG_DELUSER || CONFIG_LOGIN || CONFIG_SU || CONFIG_VLOCK
138 138
139config CONFIG_FEATURE_SHADOWPASSWDS 139config CONFIG_FEATURE_SHADOWPASSWDS
140 bool "Support for shadow passwords" 140 bool "Support for shadow passwords"
141 default n 141 default n
142 depends on CONFIG_ADDUSER || CONFIG_DELUSER || CONFIG_LOGIN || CONFIG_SU 142 depends on CONFIG_ADDUSER || CONFIG_DELUSER || CONFIG_LOGIN || CONFIG_SU || CONFIG_VLOCK
143 help 143 help
144 Build support for shadow password in /etc/shadow. This file is only 144 Build support for shadow password in /etc/shadow. This file is only
145 readable by root and thus the encrypted passwords are no longer 145 readable by root and thus the encrypted passwords are no longer