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:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user