Re: Match_group_by_gid issue

"Todd C. Miller" <[email protected]> Mon, 03 Apr 2017 09:10:09 -0600
Newsgroups gmane.comp.tools.sudo.devel
Message-ID <[email protected]>
I don't think this is solvable on the sudo end.  The only thing
sudo could do would be to iterate over all groups using getgrent()
to try and handle the duplicate group names.  That would be rather
slow.

If the user wants the sssd groups to take precedence over local
ones, they should set it to be first in nsswitch.conf.  E.g.

group:          sss compat

Alternately, something like the following might work:

group:          compat [SUCCESS=continue] sss

 - todd
____________________________________________________________
sudo-workers mailing list <[email protected]>
For list information, options, or to unsubscribe, visit:
https://www.sudo.ws/mailman/listinfo/sudo-workers