passwordless sudo

Reindl Harald h.reindl at thelounge.net
Wed Nov 30 10:43:57 UTC 2011



Am 30.11.2011 11:38, schrieb Hiisi:
> However in /etc/sudoers there's not a mention of my user. I've added the
> following string to it: hiisi   ALL=(ALL)       NOPASSWD: ALL
> Apparently it has no effect - I have to enter password each time sudo
> is invoked for the first time. What the heck and how do I solve this mystery?

where have you defined it and are this really TABs?

the following works since years on my build-machines to call "rpmbuild"
batch-scripts as builduser followed by a "yum localupdate" before the
next package is built to make sure that it uses the libraries from before

hopefully this is not broken in F16

## Allow root to run any commands anywhere
root    ALL=(ALL)       ALL
builduser   ALL=(ALL)       NOPASSWD: ALL

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 262 bytes
Desc: OpenPGP digital signature
Url : http://lists.fedoraproject.org/pipermail/users/attachments/20111130/ad67738a/attachment.bin 


More information about the users mailing list