]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame_incremental - pam/login.defs
elfutils: Correctly configure debuginfod
[people/pmueller/ipfire-3.x.git] / pam / login.defs
... / ...
CommitLineData
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
7MAIL_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#
17PASS_MAX_DAYS 99999
18PASS_MIN_DAYS 0
19PASS_MIN_LEN 5
20PASS_WARN_AGE 7
21
22#
23# Min/max values for automatic uid selection in useradd
24#
25UID_MIN 1000
26UID_MAX 60000
27
28#
29# Min/max values for automatic gid selection in groupadd
30#
31GID_MIN 100
32GID_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#
46CREATE_HOME yes
47
48# The permission mask is initialized to this value. If not specified,
49# the permission mask will be initialized to 022.
50UMASK 077
51
52# This enables userdel to remove user groups if no members exist.
53#
54USERGROUPS_ENAB yes
55
56DICTPATH /lib/cracklib/pw_dict