2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

Replace built-in non-unix group support with a sudoers group plugin.

Include a sample plugin that can read Unix-format group files.
This commit is contained in:
Todd C. Miller
2010-07-02 11:11:25 -04:00
parent 66eafd0994
commit e6b48d415c
26 changed files with 714 additions and 593 deletions

View File

@@ -326,6 +326,10 @@ struct sudo_defs_types sudo_defs_table[] = {
"use_pty", T_FLAG,
"Always run commands in a pseudo-tty",
NULL,
}, {
"group_plugin", T_STR,
"Plugin for non-Unix group support",
NULL,
}, {
NULL, 0, NULL
}