2
0
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:
Todd C. Miller
2019-04-29 19:44:13 -06:00
parent 4b240c2673
commit 976550084e
8 changed files with 131 additions and 83 deletions

View File

@@ -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;