Blame SOURCES/shadow-utils.login.defs

fa2969
#
fa2969
# Please note that the parameters in this configuration file control the
fa2969
# behavior of the tools from the shadow-utils component. None of these
fa2969
# tools uses the PAM mechanism, and the utilities that use PAM (such as the
fa2969
# passwd command) should therefore be configured elsewhere. Refer to
fa2969
# /etc/pam.d/system-auth for more information.
fa2969
#
fa2969
fa2969
# *REQUIRED*
fa2969
#   Directory where mailboxes reside, _or_ name of file, relative to the
fa2969
#   home directory.  If you _do_ define both, MAIL_DIR takes precedence.
fa2969
#   QMAIL_DIR is for Qmail
fa2969
#
fa2969
#QMAIL_DIR	Maildir
fa2969
MAIL_DIR	/var/spool/mail
fa2969
#MAIL_FILE	.mail
fa2969
fa2969
# Password aging controls:
fa2969
#
fa2969
#	PASS_MAX_DAYS	Maximum number of days a password may be used.
fa2969
#	PASS_MIN_DAYS	Minimum number of days allowed between password changes.
fa2969
#	PASS_MIN_LEN	Minimum acceptable password length.
fa2969
#	PASS_WARN_AGE	Number of days warning given before a password expires.
fa2969
#
fa2969
PASS_MAX_DAYS	99999
fa2969
PASS_MIN_DAYS	0
fa2969
PASS_MIN_LEN	5
fa2969
PASS_WARN_AGE	7
fa2969
fa2969
#
fa2969
# Min/max values for automatic uid selection in useradd
fa2969
#
fa2969
UID_MIN                  1000
fa2969
UID_MAX                 60000
fa2969
# System accounts
fa2969
SYS_UID_MIN               201
fa2969
SYS_UID_MAX               999
fa2969
fa2969
#
fa2969
# Min/max values for automatic gid selection in groupadd
fa2969
#
fa2969
GID_MIN                  1000
fa2969
GID_MAX                 60000
fa2969
# System accounts
fa2969
SYS_GID_MIN               201
fa2969
SYS_GID_MAX               999
fa2969
fa2969
#
fa2969
# If defined, this command is run when removing a user.
fa2969
# It should remove any at/cron/print jobs etc. owned by
fa2969
# the user to be removed (passed as the first argument).
fa2969
#
fa2969
#USERDEL_CMD	/usr/sbin/userdel_local
fa2969
fa2969
#
fa2969
# If useradd should create home directories for users by default
fa2969
# On RH systems, we do. This option is overridden with the -m flag on
fa2969
# useradd command line.
fa2969
#
fa2969
CREATE_HOME	yes
fa2969
fa2969
# The permission mask is initialized to this value. If not specified, 
fa2969
# the permission mask will be initialized to 022.
fa2969
UMASK           077
fa2969
fa2969
# This enables userdel to remove user groups if no members exist.
fa2969
#
fa2969
USERGROUPS_ENAB yes
fa2969
fa2969
# Use SHA512 to encrypt password.
fa2969
ENCRYPT_METHOD SHA512 
fa2969