aboutsummaryrefslogtreecommitdiff
path: root/loginutils/config.in
blob: b3880aa3deaa8d0e2f512fa678e29bf3ad61b0d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
# For a description of the syntax of this configuration file,
# see scripts/kbuild/config-language.txt.
#

mainmenu_option next_comment
comment 'Login/Password Management Utilities'


bool 'addgroup'			CONFIG_ADDGROUP
bool 'adduser'			CONFIG_ADDUSER
bool 'deluser'			CONFIG_DELUSER
bool 'delgroup'			CONFIG_DELUSER
bool 'getty'			CONFIG_GETTY
bool 'login'			CONFIG_LOGIN
if [ "$CONFIG_LOGIN" = "y" ]; then
	bool '  Support for /etc/securetty'		CONFIG_FEATURE_SECURETTY
fi
bool 'passwd'			CONFIG_PASSWD
bool 'su'			CONFIG_SU
if [ "$CONFIG_ADDUSER" = "y" -o "$CONFIG_DELUSER" = "y" -o "$CONFIG_LOGIN" = "y" -o "$CONFIG_SU" = "y" ]; then
    bool '  Support for shadow passwords'		CONFIG_FEATURE_SHADOWPASSWDS
fi
bool 'sulogin'			CONFIG_SULOGIN
bool 'vlock'			CONFIG_VLOCK

endmenu