* added python-wheel (0.42.0) - The official binary distribution format for Python
[t2sde.git] / package / base / shadow / login.defs
blob5911e3de11780e7712c4c113b52536fff28043c9
2 # Login configuration initializations:
4 #       ERASECHAR       Terminal ERASE character ('\010' = backspace).
5 #       KILLCHAR        Terminal KILL character ('\025' = CTRL/U).
6 #       UMASK           Default "umask" value.
7 #       ULIMIT          Default "ulimit" value.
9 # The ERASECHAR and KILLCHAR are used only on System V machines.
10 # The ULIMIT is used only if the system supports it.
12 # Prefix these values with "0" to get octal, "0x" to get hexadecimal.
14 ERASECHAR       0177
15 KILLCHAR        025
16 UMASK           022
17 ULIMIT          2097152
20 # *REQUIRED*
21 #   Directory where mailboxes reside, _or_ name of file, relative to the
22 #   home directory.  If you _do_ define both, MAIL_DIR takes precedence.
23 #   QMAIL_DIR is for Qmail
25 #QMAIL_DIR      Maildir
26 MAIL_DIR        /var/spool/mail
27 #MAIL_FILE      .mail
29 # Password aging controls:
31 #       PASS_MAX_DAYS   Maximum number of days a password may be used.
32 #       PASS_MIN_DAYS   Minimum number of days allowed between password changes.
33 #       PASS_MIN_LEN    Minimum acceptable password length.
34 #       PASS_WARN_AGE   Number of days warning given before a password expires.
36 PASS_MAX_DAYS   99999
37 PASS_MIN_DAYS   0
38 PASS_WARN_AGE   7
41 # Min/max values for automatic uid selection in useradd
43 UID_MIN                   500
44 UID_MAX                 60000
47 # Min/max values for automatic gid selection in groupadd
49 GID_MIN                   500
50 GID_MAX                 60000
53 # If defined, this command is run when removing a user.
54 # It should remove any at/cron/print jobs etc. owned by
55 # the user to be removed (passed as the first argument).
57 #USERDEL_CMD    /usr/sbin/userdel_local
60 # If useradd should create home directories for users by default
61 # On RH systems, we do. This option is ORed with the -m flag on
62 # useradd command line.
64 CREATE_HOME     yes
67 # Enable setting of the umask group bits to be the same as owner bits
68 # (examples: 022 -> 002, 077 -> 007) for non-root users, if the uid is
69 # the same as gid, and username is the same as the primary group name.
71 # This also enables userdel(8) to remove user groups if no members exist.
73 USERGROUPS_ENAB yes
75 # Fallback if PAM not available
76 ENCRYPT_METHOD SHA512