mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-22 11:17:19 +00:00
Fix wrong copy/paste in error message.
Submitted by: Dmitry Luhtionov <dmitryluhtionov@gmail.com> MFC after: 2 weeks
This commit is contained in:
parent
a2aa0aae07
commit
42f97fac5d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=308133
@ -198,7 +198,7 @@ auth_check_secret_length(struct auth *auth)
|
||||
auth->a_auth_group->ag_name);
|
||||
else
|
||||
log_warnx("secret for user \"%s\", target \"%s\", "
|
||||
"is too short; it should be at least 16 characters "
|
||||
"is too short; it should be at least 12 characters "
|
||||
"long", auth->a_user,
|
||||
auth->a_auth_group->ag_target->t_name);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user