mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-30 22:05:46 +00:00
Add case_insensitive_group and case_insensitive_user sudoers options,
which are enabled by default.
This commit is contained in:
@@ -637,6 +637,8 @@ init_defaults(void)
|
||||
def_set_utmp = true;
|
||||
def_pam_setcred = true;
|
||||
def_syslog_maxlen = MAXSYSLOGLEN;
|
||||
def_case_insensitive_user = true;
|
||||
def_case_insensitive_group = true;
|
||||
|
||||
/* Reset the locale. */
|
||||
if (!firsttime) {
|
||||
|
Reference in New Issue
Block a user