64a2d14
# *REQUIRED*
64a2d14
#   Directory where mailboxes reside, _or_ name of file, relative to the
64a2d14
#   home directory.  If you _do_ define both, MAIL_DIR takes precedence.
64a2d14
#   QMAIL_DIR is for Qmail
64a2d14
#
64a2d14
#QMAIL_DIR	Maildir
64a2d14
MAIL_DIR	/var/spool/mail
64a2d14
#MAIL_FILE	.mail
64a2d14
64a2d14
# Password aging controls:
64a2d14
#
64a2d14
#	PASS_MAX_DAYS	Maximum number of days a password may be used.
64a2d14
#	PASS_MIN_DAYS	Minimum number of days allowed between password changes.
64a2d14
#	PASS_MIN_LEN	Minimum acceptable password length.
64a2d14
#	PASS_WARN_AGE	Number of days warning given before a password expires.
64a2d14
#
64a2d14
PASS_MAX_DAYS	99999
64a2d14
PASS_MIN_DAYS	0
64a2d14
PASS_MIN_LEN	5
64a2d14
PASS_WARN_AGE	7
64a2d14
64a2d14
#
64a2d14
# Min/max values for automatic uid selection in useradd
64a2d14
#
64a2d14
UID_MIN			  500
64a2d14
UID_MAX			60000
64a2d14
64a2d14
#
64a2d14
# Min/max values for automatic gid selection in groupadd
64a2d14
#
64a2d14
GID_MIN			  500
64a2d14
GID_MAX			60000
64a2d14
64a2d14
#
64a2d14
# If defined, this command is run when removing a user.
64a2d14
# It should remove any at/cron/print jobs etc. owned by
64a2d14
# the user to be removed (passed as the first argument).
64a2d14
#
64a2d14
#USERDEL_CMD	/usr/sbin/userdel_local
64a2d14
64a2d14
#
64a2d14
# If useradd should create home directories for users by default
64a2d14
# On RH systems, we do. This option is overridden with the -m flag on
64a2d14
# useradd command line.
64a2d14
#
64a2d14
CREATE_HOME	yes
64a2d14
64a2d14
# The permission mask is initialized to this value. If not specified, 
64a2d14
# the permission mask will be initialized to 022.
64a2d14
UMASK           077
64a2d14
64a2d14
# This enables userdel to remove user groups if no members exist.
64a2d14
#
64a2d14
USERGROUPS_ENAB yes