Initial commit for Tizen
[profile/extras/shadow-utils.git] / packaging / shadow-4.0.17-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/spool/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    5
20 PASS_WARN_AGE   7
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 # If defined, this command is run when removing a user.
36 # It should remove any at/cron/print jobs etc. owned by
37 # the user to be removed (passed as the first argument).
38 #
39 #USERDEL_CMD    /usr/sbin/userdel_local
40
41 #
42 # If useradd should create home directories for users by default
43 # On RH systems, we do. This option is overridden with the -m flag on
44 # useradd command line.
45 #
46 CREATE_HOME     yes
47
48 # The permission mask is initialized to this value. If not specified, 
49 # the permission mask will be initialized to 022.
50 UMASK           077
51
52 # This enables userdel to remove user groups if no members exist.
53 #
54 USERGROUPS_ENAB yes
55
56 # Use MD5 or DES to encrypt password? Red Hat use MD5 by default.
57 MD5_CRYPT_ENAB yes
58