From: Frank Brehm Date: Thu, 28 Dec 2017 01:44:15 +0000 (+0100) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=480cd9b3ae8f3c48220f92ec2cb0917c79242c55;p=config%2Fbruni%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/security/pwquality.conf b/security/pwquality.conf index 75e8db8b..550036d3 100644 --- a/security/pwquality.conf +++ b/security/pwquality.conf @@ -46,5 +46,18 @@ # The check is enabled if the value is not 0. # gecoscheck = 0 # +# Whether to check for the words from the cracklib dictionary. +# The check is enabled if the value is not 0. +# dictcheck = 1 +# +# Whether to check if it contains the user name in some form. +# The check is enabled if the value is not 0. +# usercheck = 1 +# +# Whether the check is enforced by the PAM module and possibly other +# applications. +# The new password is rejected if it fails the check and the value is not 0. +# enforcing = 1 +# # Path to the cracklib dictionaries. Default is to use the cracklib default. # dictpath =