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:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user