Displaying 1 result from an estimated 1 matches for "customerusers".
2008 Apr 23
1
nested groups not working with sudo and winbind
Howdy folks,
I'm having an issue with sudo not recognizing nested groups
via AD and winbind. I have an AD group called UnixAdmins and
when I ad and AD account *directly* into this group, I am able
to use sudo just fine as it is in the sudoers. *but* say I
have a nested group in UnixAdmins like CustomerUsers or whatnot
it won't recognize. Now, I also restrict access via pam.d systems-auth
to UnixAdmins, so I know that part it working. Also, when I run
and "id" it shows the proper groups. It's just seems sudo won't
recognize the nested groups :-(
Anyone run into this issue before?...