jobcore/shadow/useradd.defaults

28 lines
670 B
Plaintext
Raw Permalink Normal View History

2022-10-19 21:26:20 +02:00
# Default values for useradd(8)
#
# The SHELL variable specifies the default login shell on your
# system.
2023-09-19 01:33:08 +02:00
SHELL=/usr/bin/zsh
2022-10-19 21:26:20 +02:00
# The default group for users
2022-03-20 13:19:37 +01:00
GROUP=users
2022-10-19 21:26:20 +02:00
# The default home directory.
2022-03-20 13:19:37 +01:00
HOME=/home
2022-10-19 21:26:20 +02:00
# The number of days after a password expires until the account is permanently
# disabled
2022-03-20 13:19:37 +01:00
INACTIVE=-1
2022-10-19 21:26:20 +02:00
# The default expire date
2022-03-20 13:19:37 +01:00
EXPIRE=
2022-10-19 21:26:20 +02:00
# The SKEL variable specifies the directory containing "skeletal" user files;
# in other words, files such as a sample .profile that will be copied to the
# new user's home directory when it is created.
2022-03-20 13:19:37 +01:00
SKEL=/etc/skel
2022-10-19 21:26:20 +02:00
# Defines whether the mail spool should be created while
# creating the account
2022-03-20 13:19:37 +01:00
CREATE_MAIL_SPOOL=no