Hi all,
We're being asked to remove local admin rights from our users but some users will still require sudo access. How can I remotely add a user to sudoers? I've tried running this command with a policy/casper remote/ARD but it's not working:
echo 'username ALL=(ALL:ALL) ALL' >> /etc/sudoers
The command executes successfully but when I check the sudoers file nothing has changed.