This example shows how to use LUCI to edit the
adduser.conf file (the configuration file for the
adduser command) as it is installed on an Debian
Potato. Take a look at the corresponding description file to see how it is
done. It uses some Python functions to get the valid login
shells and the exiting groups and GID on the system.
![]() |
# /etc/adduser.conf: `adduser'
configuration.
# See adduser(8) and adduser.conf(5) for full documentation. # The DSHELL variable specifies the default login shell on your
# The DHOME variable specifies the directory containing users' home
# If GROUPHOMES is "yes", then the home directories will be created
as
# If LETTERHOMES is "yes", then the created home directories will have
# The SKEL variable specifies the directory containing "skeletal" user
# FIRST_SYSTEM_UID to LAST_SYSTEM_UID inclusive is the range for UIDs
# FIRST_UID to LAST_UID inclusive is the range of UIDs of dynamically
# The USERGROUPS variable can be either "yes" or "no". If "yes"
each
# If USERGROUPS is "no", then USERS_GID should be the GID of the group
# If QUOTAUSER is set, a default quota will be set from that user with
|