]> git.pld-linux.org Git - packages/shadow.git/blame - shadow-login.defs
- rel 1 (updated two months ago)
[packages/shadow.git] / shadow-login.defs
CommitLineData
d61ad957
AM
1# *REQUIRED*
2# Directory where mailboxes reside, _or_ name of file, relative to the
3# home directory. If you _do_ define both, MAIL_DIR takes precedence.
4# QMAIL_DIR is for Qmail
5#
6#QMAIL_DIR Maildir
d473333a 7MAIL_DIR /var/mail
d61ad957
AM
8#MAIL_FILE .mail
9
10# Password aging controls:
11#
12# PASS_MAX_DAYS Maximum number of days a password may be used.
13# PASS_MIN_DAYS Minimum number of days allowed between password changes.
14# PASS_MIN_LEN Minimum acceptable password length.
15# PASS_WARN_AGE Number of days warning given before a password expires.
16#
17PASS_MAX_DAYS 99999
18PASS_MIN_DAYS 0
19PASS_MIN_LEN 8
20PASS_WARN_AGE 5
21
22#
23# Min/max values for automatic uid selection in useradd
24#
25UID_MIN 500
26UID_MAX 60000
27
28#
29# Min/max values for automatic gid selection in groupadd
30#
31GID_MIN 500
32GID_MAX 60000
33
34#
35# Require password before chfn/chsh can make any changes.
36#
37CHFN_AUTH yes
38
39#
40# Don't allow users to change their "real name" using chfn.
41#
42CHFN_RESTRICT yes
43
44#
45# If defined, this command is run when removing a user.
46# It should remove any at/cron/print jobs etc. owned by
47# the user to be removed (passed as the first argument).
48#
49#USERDEL_CMD /usr/sbin/userdel_local
50
51#
52# If useradd should create home directories for users by default
53# On RH systems, we do. This option is ORed with the -m flag on
54# useradd command line.
55#
bc1e5624 56#CREATE_HOME yes
d61ad957 57
0e2613ba
AM
58# chkpasswd uses this one
59MD5_CRYPT_ENAB yes
60
This page took 0.07698 seconds and 4 git commands to generate.