From: Tobias Stoeckmann Date: Fri, 19 Dec 2025 12:15:00 +0000 (+0000) Subject: etc/login.defs: Clarify PASS_MAX_LEN usage X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b236090cd044f1bf7120fa99c4e269f4c2a84fad;p=thirdparty%2Fshadow.git etc/login.defs: Clarify PASS_MAX_LEN usage The PASS_MAX_LEN option is only used with DES. Signed-off-by: Tobias Stoeckmann --- diff --git a/etc/login.defs b/etc/login.defs index 4f60724ec..966724c72 100644 --- a/etc/login.defs +++ b/etc/login.defs @@ -276,7 +276,7 @@ PASS_ALWAYS_WARN yes # # Number of significant characters in the password for crypt(). # Default is 8, don't change unless your crypt() is better. -# Ignored if MD5_CRYPT_ENAB set to "yes". +# Only used for DES encryption algorithm. # #PASS_MAX_LEN 8