summaryrefslogtreecommitdiff
path: root/src/pwquality.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/pwquality.conf')
-rw-r--r--src/pwquality.conf11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/pwquality.conf b/src/pwquality.conf
index c6b1729..cec450f 100644
--- a/src/pwquality.conf
+++ b/src/pwquality.conf
@@ -33,9 +33,18 @@
# password (digits, uppercase, lowercase, others).
# minclass = 0
#
-# The maximum number of allowed consecutive characters in the new password.
+# The maximum number of allowed consecutive same characters in the new password.
# The check is disabled if the value is 0.
# maxrepeat = 0
#
+# The maximum number of allowed consecutive characters of the same class in the
+# new password.
+# The check is disabled if the value is 0.
+# maxclassrepeat = 0
+#
+# Whether to check for the words from the passwd entry GECOS string of the user.
+# The check is enabled if the value is not 0.
+# gecoscheck = 0
+#
# Path to the cracklib dictionaries. Default is to use the cracklib default.
# dictpath =