]> git.pld-linux.org Git - packages/shadow.git/blob - shadow-login.defs
/var/mail
[packages/shadow.git] / shadow-login.defs
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
7 MAIL_DIR        /var/mail
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 #
17 PASS_MAX_DAYS   99999
18 PASS_MIN_DAYS   0
19 PASS_MIN_LEN    8
20 PASS_WARN_AGE   5
21
22 #
23 # Min/max values for automatic uid selection in useradd
24 #
25 UID_MIN                   500
26 UID_MAX                 60000
27
28 #
29 # Min/max values for automatic gid selection in groupadd
30 #
31 GID_MIN                   500
32 GID_MAX                 60000
33
34 #
35 # Require password before chfn/chsh can make any changes.
36 #
37 CHFN_AUTH               yes
38
39 #
40 # Don't allow users to change their "real name" using chfn.
41 #
42 CHFN_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 #
56 CREATE_HOME     yes
57
This page took 0.076074 seconds and 4 git commands to generate.