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