Fix long standing bug with old gnu tar files, add a check so tar will
[oweals/busybox.git] / loginutils / Config.in
1 #
2 # For a description of the syntax of this configuration file,
3 # see scripts/kbuild/config-language.txt.
4 #
5
6 menu "Login/Password Management Utilities"
7
8 config CONFIG_USE_BB_PWD_GRP
9         bool "Use internal password and group functions rather than system functions"
10         default n
11         help
12           Please submit a patch to add help text for this item.
13
14 config CONFIG_ADDGROUP
15         bool "addgroup"
16         default n
17         help
18           Please submit a patch to add help text for this item.
19
20 config CONFIG_DELGROUP
21         bool "delgroup"
22         default n
23         help
24           Please submit a patch to add help text for this item.
25
26 config CONFIG_ADDUSER
27         bool "adduser"
28         default n
29         help
30           Please submit a patch to add help text for this item.
31
32 config CONFIG_DELUSER
33         bool "deluser"
34         default n
35         help
36           Please submit a patch to add help text for this item.
37
38 config CONFIG_GETTY
39         bool "getty"
40         default n
41         help
42           Please submit a patch to add help text for this item.
43
44 config CONFIG_LOGIN
45         bool "login"
46         default n
47         help
48           Please submit a patch to add help text for this item.
49
50 config CONFIG_FEATURE_SECURETTY
51         bool "  Support for /etc/securetty"
52         default y
53         depends on CONFIG_LOGIN
54         help
55           Please submit a patch to add help text for this item.
56
57 config CONFIG_PASSWD
58         bool "passwd"
59         default n
60         help
61           Please submit a patch to add help text for this item.
62
63 config CONFIG_SU
64         bool "su"
65         default n
66         help
67           Please submit a patch to add help text for this item.
68
69 config CONFIG_SULOGIN
70         bool "sulogin"
71         default n
72         help
73           Please submit a patch to add help text for this item.
74
75 config CONFIG_VLOCK
76         bool "vlock"
77         default n
78         help
79           Please submit a patch to add help text for this item.
80
81 comment "Common options for adduser, deluser, login, su"
82         depends on CONFIG_ADDUSER || CONFIG_DELUSER || CONFIG_LOGIN || CONFIG_SU
83
84 config CONFIG_FEATURE_SHADOWPASSWDS
85         bool "Support for shadow passwords"
86         default n
87         depends on CONFIG_ADDUSER || CONFIG_DELUSER || CONFIG_LOGIN || CONFIG_SU
88         help
89           Please submit a patch to add help text for this item.
90
91 config CONFIG_USE_BB_SHADOW
92         bool "  Use busybox shadow password functions"
93         default n
94         depends on CONFIG_USE_BB_PWD_GRP && CONFIG_FEATURE_SHADOWPASSWDS
95         help
96           Please submit a patch to add help text for this item.
97
98 endmenu
99