Merged in LDAP Support

This commit is contained in:
Aaron Spangler
2004-02-13 02:08:27 +00:00
parent bd9be2cf05
commit 240f4e0317
3 changed files with 9 additions and 0 deletions

View File

@@ -251,6 +251,10 @@ struct sudo_defs_types sudo_defs_table[] = {
"env_keep", T_LIST|T_BOOL,
"Environment variables to preserve:",
NULL,
}, {
"ignore_local_sudoers", T_FLAG,
"If LDAP directory is up, do we ignore local sudoers file",
NULL,
}, {
NULL, 0, NULL
}