2002-12-05 14:11:41 +05:30
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see scripts/kbuild/config-language.txt.
|
|
|
|
#
|
|
|
|
|
|
|
|
menu "Login/Password Management Utilities"
|
|
|
|
|
|
|
|
config CONFIG_USE_BB_PWD_GRP
|
|
|
|
bool "Use internal password and group functions rather than system functions"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Please submit a patch to add help text for this item.
|
|
|
|
|
|
|
|
config CONFIG_ADDGROUP
|
|
|
|
bool "addgroup"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Please submit a patch to add help text for this item.
|
|
|
|
|
|
|
|
config CONFIG_DELGROUP
|
|
|
|
bool "delgroup"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Please submit a patch to add help text for this item.
|
|
|
|
|
|
|
|
config CONFIG_ADDUSER
|
|
|
|
bool "adduser"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Please submit a patch to add help text for this item.
|
|
|
|
|
|
|
|
config CONFIG_DELUSER
|
|
|
|
bool "deluser"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Please submit a patch to add help text for this item.
|
|
|
|
|
|
|
|
config CONFIG_GETTY
|
|
|
|
bool "getty"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Please submit a patch to add help text for this item.
|
|
|
|
|
|
|
|
config CONFIG_LOGIN
|
|
|
|
bool "login"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Please submit a patch to add help text for this item.
|
|
|
|
|
|
|
|
config CONFIG_FEATURE_SECURETTY
|
|
|
|
bool " Support for /etc/securetty"
|
|
|
|
default y
|
|
|
|
depends on CONFIG_LOGIN
|
|
|
|
help
|
|
|
|
Please submit a patch to add help text for this item.
|
|
|
|
|
|
|
|
config CONFIG_PASSWD
|
|
|
|
bool "passwd"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Please submit a patch to add help text for this item.
|
|
|
|
|
|
|
|
config CONFIG_SU
|
|
|
|
bool "su"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Please submit a patch to add help text for this item.
|
|
|
|
|
2003-01-21 05:42:11 +05:30
|
|
|
config CONFIG_SULOGIN
|
|
|
|
bool "sulogin"
|
|
|
|
default n
|
2002-12-05 14:11:41 +05:30
|
|
|
help
|
|
|
|
Please submit a patch to add help text for this item.
|
|
|
|
|
2003-01-21 05:42:11 +05:30
|
|
|
config CONFIG_VLOCK
|
|
|
|
bool "vlock"
|
2002-12-05 14:11:41 +05:30
|
|
|
default n
|
|
|
|
help
|
|
|
|
Please submit a patch to add help text for this item.
|
|
|
|
|
2003-01-21 05:42:11 +05:30
|
|
|
comment "Common options for adduser, deluser, login, su"
|
|
|
|
depends on CONFIG_ADDUSER || CONFIG_DELUSER || CONFIG_LOGIN || CONFIG_SU
|
|
|
|
|
|
|
|
config CONFIG_FEATURE_SHADOWPASSWDS
|
|
|
|
bool "Support for shadow passwords"
|
2002-12-05 14:11:41 +05:30
|
|
|
default n
|
2003-01-21 05:42:11 +05:30
|
|
|
depends on CONFIG_ADDUSER || CONFIG_DELUSER || CONFIG_LOGIN || CONFIG_SU
|
2002-12-05 14:11:41 +05:30
|
|
|
help
|
|
|
|
Please submit a patch to add help text for this item.
|
|
|
|
|
2003-01-21 05:42:11 +05:30
|
|
|
config CONFIG_USE_BB_SHADOW
|
|
|
|
bool " Use busybox shadow password functions"
|
2002-12-05 14:11:41 +05:30
|
|
|
default n
|
2003-01-21 05:42:11 +05:30
|
|
|
depends on CONFIG_USE_BB_PWD_GRP && CONFIG_FEATURE_SHADOWPASSWDS
|
2002-12-05 14:11:41 +05:30
|
|
|
help
|
|
|
|
Please submit a patch to add help text for this item.
|
|
|
|
|
|
|
|
endmenu
|
|
|
|
|