# If HOME_MODE is not set, the value of UMASK is used to create the mode.
#HOME_MODE 0700
-#
-# Password aging controls:
-#
-# PASS_MIN_LEN Minimum acceptable password length.
-#
-PASS_MIN_LEN 5
-
#
# If "yes", the user must be listed as a member of the first gid 0 group
# in /etc/group (called "root" on most Linux systems) to be able to "su"
PASS_CHANGE_TRIES 5
#
-# Warn about weak passwords (but still allow them) if you are root.
+# Password strength controls:
#
+# Warn about weak passwords (but still allow them) if you are root.
PASS_ALWAYS_WARN yes
-
-#
+# Minimum acceptable password length.
+PASS_MIN_LEN 5
# Number of significant characters in the password for crypt().
# Default is 8, don't change unless your crypt() is better.
# Only used for DES encryption algorithm.
-#
#PASS_MAX_LEN 8
#