Add missing "not" in error message when mixing standalone and
non-standalone authentication methods.
This commit is contained in:
@@ -118,7 +118,7 @@ sudo_auth_init(struct passwd *pw)
|
||||
if (standalone && auth_switch[1].name != NULL) {
|
||||
audit_failure(NewArgv, N_("invalid authentication methods"));
|
||||
log_fatal(0, N_("Invalid authentication methods compiled into sudo! "
|
||||
"You may mix standalone and non-standalone authentication."));
|
||||
"You may not mix standalone and non-standalone authentication."));
|
||||
debug_return_int(-1);
|
||||
}
|
||||
|
||||
|
@@ -206,8 +206,8 @@ msgstr ""
|
||||
|
||||
#: plugins/sudoers/auth/sudo_auth.c:120
|
||||
msgid ""
|
||||
"Invalid authentication methods compiled into sudo! You may mix standalone "
|
||||
"and non-standalone authentication."
|
||||
"Invalid authentication methods compiled into sudo! You not may mix "
|
||||
"standalone and non-standalone authentication."
|
||||
msgstr ""
|
||||
|
||||
#: plugins/sudoers/auth/sudo_auth.c:203
|
||||
|
Reference in New Issue
Block a user