Shadow password support involves vlock too.
This commit is contained in:
parent
68eb9dd371
commit
b3f05a467a
@ -133,13 +133,13 @@ config CONFIG_VLOCK
|
|||||||
Note that Busybox binary must be setuid root for this applet to
|
Note that Busybox binary must be setuid root for this applet to
|
||||||
work properly.
|
work properly.
|
||||||
|
|
||||||
comment "Common options for adduser, deluser, login, su"
|
comment "Common options for adduser, deluser, login, su, vlock"
|
||||||
depends on CONFIG_ADDUSER || CONFIG_DELUSER || CONFIG_LOGIN || CONFIG_SU
|
depends on CONFIG_ADDUSER || CONFIG_DELUSER || CONFIG_LOGIN || CONFIG_SU || CONFIG_VLOCK
|
||||||
|
|
||||||
config CONFIG_FEATURE_SHADOWPASSWDS
|
config CONFIG_FEATURE_SHADOWPASSWDS
|
||||||
bool "Support for shadow passwords"
|
bool "Support for shadow passwords"
|
||||||
default n
|
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
|
help
|
||||||
Build support for shadow password in /etc/shadow. This file is only
|
Build support for shadow password in /etc/shadow. This file is only
|
||||||
readable by root and thus the encrypted passwords are no longer
|
readable by root and thus the encrypted passwords are no longer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user