2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

Add authfail_message sudoers option to allow the user to override

the default message of %d incorrect password attempt(s).
This commit is contained in:
Todd C. Miller
2017-12-11 12:43:58 -07:00
parent 5106bfc139
commit 1350a30737
7 changed files with 92 additions and 7 deletions

View File

@@ -480,6 +480,10 @@ struct sudo_defs_types sudo_defs_table[] = {
"timestamp_type", T_TUPLE,
N_("Type of authentication timestamp record: %s"),
def_data_timestamp_type,
}, {
"authfail_message", T_STR,
N_("Authentication failure message: %s"),
NULL,
}, {
NULL, 0, NULL
}