- Code: Select all
#Allow all users to mount filesystems
ALL ALL=NOPASSWD: /bin/mount, /sbin/mount.cifs, /bin/umount
#Allow all admins sudo access
%DOMAIN\\admin_group ALL=(ALL) ALL
Only the last item works, both in this order and when I switch the order. I am unfamiliar with how sudo parses this config file, and not sure where the conflict could be. If there is a better way to approach this, I'd love to hear that too.
Thanks!



