diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-12-19 02:52:48 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-12-19 02:52:48 +0000 |
commit | f7c14607b7fbd49d434881a980b9754ff8bb4deb (patch) | |
tree | 14a584468f0e6390d81c08f9565708d2b480854e | |
parent | 53652bbfdc8812c31fe926f4ec500be6e2cb0e36 (diff) | |
download | busybox-w32-f7c14607b7fbd49d434881a980b9754ff8bb4deb.tar.gz busybox-w32-f7c14607b7fbd49d434881a980b9754ff8bb4deb.tar.bz2 busybox-w32-f7c14607b7fbd49d434881a980b9754ff8bb4deb.zip |
Shadow password support involves vlock too.
git-svn-id: svn://busybox.net/trunk/busybox@12951 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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 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 | ||
136 | comment "Common options for adduser, deluser, login, su" | 136 | comment "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 | ||
139 | config CONFIG_FEATURE_SHADOWPASSWDS | 139 | config 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 |