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.
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
26 MAIL_DIR /var/spool/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.
41 # Min/max values for automatic uid selection in useradd
47 # Min/max values for automatic gid selection in groupadd
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.
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.
75 # Fallback if PAM not available