Re: Problem with matching group names with domain in sudoers
"Todd C. Miller" <[email protected]> Thu, 30 Mar 2017 16:54:30 -0600
| Newsgroups | gmane.comp.tools.sudo.devel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 30 Mar 2017 10:42:03 -0400, Tomas Sykora wrote:
> When there is a rule containing a group with a domain in sudoers, e.g.
>
> %test_group@domain ALL=(ALL) NOPASSWD:ALL
>
> sudo tries to match strcasecmp("test_group", test_group@domain) in user_in_gr
> oup (pwutil.c),
That's what I would expect it to do. Unix groups don't really have
the concept of a domain so the @domain is treated literally. Sudo
AD groups (with a domain) but only with a group provider plugin.
Or is this group part of an NIS domain?
- todd
____________________________________________________________
sudo-workers mailing list <[email protected]>
For list information, options, or to unsubscribe, visit:
https://www.sudo.ws/mailman/listinfo/sudo-workers