[sudo-users] sudo config

Todd C. Miller Todd.Miller at courtesan.com
Fri Dec 17 11:09:15 EST 2004


Since sudo takes the last match it is possible that you have other
rules that match later on in the file which cause the command to
be rejected.  It's hard to know without seeing the entire sudoers
file.

Also, if you are running a version of sudo prior to 1.6 the NOPASSWD
tag will need to be added to each command, e.g.

    STATISTICS ALL = NOPASSWD: /http/toyo/statistics/, \
	NOPASSWD: SU, NOPASSWD: SHELL

 - todd



More information about the sudo-users mailing list