diff options
author | nekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7> | 2007-10-27 12:51:13 +0000 |
---|---|---|
committer | nekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7> | 2007-10-27 12:51:13 +0000 |
commit | 39beb1da3a6598ad941a5d98d4286d935f8b3511 (patch) | |
tree | e97807beb942b8c9d020f4c37df8e4c819baa606 /debian/useradd.default | |
download | shadow-39beb1da3a6598ad941a5d98d4286d935f8b3511.tar.gz |
105_zn_CN was just applied to upstream repository.
Tag 104_man-sv, 101_ja, and 103_man-de as going to be fixed in 4.0.18.2.
Diffstat (limited to 'debian/useradd.default')
-rw-r--r-- | debian/useradd.default | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/debian/useradd.default b/debian/useradd.default new file mode 100644 index 00000000..a834feff --- /dev/null +++ b/debian/useradd.default @@ -0,0 +1,37 @@ +# Default values for useradd(8) +# +# The SHELL variable specifies the default login shell on your +# system. +# Similar to DHSELL in adduser. However, we use "sh" here because +# useradd is a low level utility and should be as general +# as possible +SHELL=/bin/sh +# +# The default group for users +# 100=users on Debian systems +# Same as USERS_GID in adduser +# This argument is used when the -n flag is specified. +# The default behavior (when -n and -g are not specified) is to create a +# primary user group with the same name as the user being added to the +# system. +# GROUP=100 +# +# The default home directory. Same as DHOME for adduser +# HOME=/home +# +# The number of days after a password expires until the account +# is permanently disabled +# INACTIVE=-1 +# +# The default expire date +# EXPIRE= +# +# 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. +# SKEL=/etc/skel +# +# Defines whether the mail spool should be created while +# creating the account +# CREATE_MAIL_SPOOL=yes + |