--- login.defs 2007-02-21 20:07:59.000000000 +0100 +++ /etc/login.defs 2007-02-21 20:09:35.000000000 +0100 @@ -116,7 +116,7 @@ # Directory where mailboxes reside, _or_ name of file, relative to the # home directory. If you _do_ define both, MAIL_DIR takes precedence. # -MAIL_DIR /var/spool/mail +MAIL_DIR /var/spool/mail #MAIL_FILE .mail # @@ -191,10 +191,10 @@ # PASS_MIN_LEN Minimum acceptable password length. # PASS_WARN_AGE Number of days warning given before a password expires. # -PASS_MAX_DAYS 99999 -PASS_MIN_DAYS 0 +PASS_MAX_DAYS 99999 +PASS_MIN_DAYS 0 #PASS_MIN_LEN 5 (NOT SUPPORTED WITH PAM) -PASS_WARN_AGE 7 +PASS_WARN_AGE 7 # # If "yes", the user must be listed as a member of the first gid 0 group @@ -212,14 +212,14 @@ # # Min/max values for automatic uid selection in useradd # -UID_MIN 1000 -UID_MAX 60000 +UID_MIN 1000 +UID_MAX 60000 # # Min/max values for automatic gid selection in groupadd # -GID_MIN 100 -GID_MAX 60000 +GID_MIN 100 +GID_MAX 60000 # # Max number of login retries if password is bad