Skip to content

Commit b236090

Browse files
stoeckmannalejandro-colomar
authored andcommitted
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>
1 parent 7255cd9 commit b236090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/login.defs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ PASS_ALWAYS_WARN yes
276276
#
277277
# Number of significant characters in the password for crypt().
278278
# Default is 8, don't change unless your crypt() is better.
279-
# Ignored if MD5_CRYPT_ENAB set to "yes".
279+
# Only used for DES encryption algorithm.
280280
#
281281
#PASS_MAX_LEN 8
282282

0 commit comments

Comments
 (0)