etc/login.defs: Clarify PASS_MAX_LEN usage

The PASS_MAX_LEN option is only used with DES.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
This commit is contained in:
Tobias Stoeckmann 2025-12-19 12:15:00 +00:00 committed by Alejandro Colomar
parent 7255cd93a6
commit b236090cd0

View File

@ -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