aboutsummaryrefslogtreecommitdiff
path: root/loginutils/Config.in
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-05-14 00:23:34 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-05-14 00:23:34 +0200
commit1b0a93edb93a93c30d7fbb35571f109ddf8a67a2 (patch)
tree73326fed28844ea23c13d4bbfe7abdd7b64bd270 /loginutils/Config.in
parent810b7161dcace56709038bf0cad93c925669c3b8 (diff)
downloadbusybox-w32-1b0a93edb93a93c30d7fbb35571f109ddf8a67a2.tar.gz
busybox-w32-1b0a93edb93a93c30d7fbb35571f109ddf8a67a2.tar.bz2
busybox-w32-1b0a93edb93a93c30d7fbb35571f109ddf8a67a2.zip
adduser/addgroup: make system id range configurable.
By Tito (farmatito AT tiscali.it). Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'loginutils/Config.in')
-rw-r--r--loginutils/Config.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/loginutils/Config.in b/loginutils/Config.in
index 9430bfa09..e11503665 100644
--- a/loginutils/Config.in
+++ b/loginutils/Config.in
@@ -152,6 +152,22 @@ config FEATURE_ADDUSER_LONG_OPTIONS
152 help 152 help
153 Support long options for the adduser applet. 153 Support long options for the adduser applet.
154 154
155config FIRST_SYSTEM_ID
156 int "First valid system uid or gid for adduser and addgroup"
157 depends on ADDUSER || ADDGROUP
158 range 0 64900
159 default 100
160 help
161 First valid system uid or gid for adduser and addgroup
162
163config LAST_SYSTEM_ID
164 int "Last valid system uid or gid for adduser and addgroup"
165 depends on ADDUSER || ADDGROUP
166 range 0 64900
167 default 999
168 help
169 Last valid system uid or gid for adduser and addgroup
170
155config DELUSER 171config DELUSER
156 bool "deluser" 172 bool "deluser"
157 default n 173 default n