mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 06:15:37 +00:00
Add pam_acct_mgmt setting to enable/disable PAM account validation.
This commit is contained in:
@@ -641,6 +641,7 @@ init_defaults(void)
|
||||
if ((def_editor = strdup(EDITOR)) == NULL)
|
||||
goto oom;
|
||||
def_set_utmp = true;
|
||||
def_pam_acct_mgmt = true;
|
||||
def_pam_setcred = true;
|
||||
def_syslog_maxlen = MAXSYSLOGLEN;
|
||||
def_case_insensitive_user = true;
|
||||
|
Reference in New Issue
Block a user