Allow sudo on specific file from active directory group
- by tubaguy50035
I have an Ubuntu Server 12.04 box that has active directory integration running on it. I want to allow a certain active directory group access to execute a script as sudo. I want to do something like this:
%programmers ALL=NOPASSWD: /usr/local/bin/createSambaShare.php
When I log in with my active directory user and issue groups I do not see…