mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 06:15:37 +00:00
Add support for matching the entire netgroup tuple (user, host, domain).
This commit is contained in:
@@ -398,6 +398,10 @@ struct sudo_defs_types sudo_defs_table[] = {
|
||||
"always_query_group_plugin", T_FLAG,
|
||||
N_("Query the group plugin for unknown system groups"),
|
||||
NULL,
|
||||
}, {
|
||||
"netgroup_tuple", T_FLAG,
|
||||
N_("Match netgroups based on the entire tuple: user, host and domain"),
|
||||
NULL,
|
||||
}, {
|
||||
NULL, 0, NULL
|
||||
}
|
||||
|
Reference in New Issue
Block a user