Tugger the SLUGger!SLUG Mailing List Archives

Re: [SLUG] sudoers


On Wed, 2004-11-24 at 16:49 +1000, Simon Wong wrote:
> Currently, it never asks for a password!
> 
> I used:
> 
>         simon   ALL=ALL

shouldn't that be:

simon	ALL=(ALL)

and make sure you used visudo to update the sudoers file. It'll tell you
whether there are any syntax errors.