diff --git a/man/login.defs.d/PASS_MAX_LEN.xml b/man/login.defs.d/PASS_MAX_LEN.xml index 2e145837..3d29fc54 100644 --- a/man/login.defs.d/PASS_MAX_LEN.xml +++ b/man/login.defs.d/PASS_MAX_LEN.xml @@ -10,10 +10,26 @@ Number of significant characters in the password for crypt(). - is 8 by default. Don't change unless - your crypt() is better. This is ignored if - set to + + + is 8 by default. + Don't change unless your crypt() is better. + + + is only used for DES. + It is ignored if an encryption algorithm other than DES is used, + either because set to + yes or + set to an algorithm other than DES. + + + In addition, is only used if + set to yes. + + Note: This only affects the generation of user passwords. + Group password lengths are not checked. +