1753764 Members
4668 Online
108799 Solutions
New Discussion

Re: sudo problem

 
SOLVED
Go to solution
Heironimus
Honored Contributor
Solution

Re: sudo problem

I think your sudoers entry is incorrect. You probably want something like this:

user1 ALL=(root) NOPASSWD: ADMINS



Another option would be to set up restricted SAM access for user1, but I don't really know much about that.
DeafFrog
Valued Contributor

Re: sudo problem

Thank you Heironimus ! your solution worked out.
Efforts by Avinash and Tingli were also of great help ,Thanks a lot man.
Solution : user1 ALL=(root) NOPASSWD: ADMINS , was the correct entry that needs to be put in to the /usr/local/sbin/visudo file.
FrogIsDeaf