Bug 118758

Summary: sudo - option NOPASSWD: does not work
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Markus Meisters <mmeisters>
Component: OtherAssignee: E-mail List <bnc-team-screening>
Status: RESOLVED WORKSFORME QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: RC 4   
Target Milestone: ---   
Hardware: i586   
OS: SUSE Other   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Markus Meisters 2005-09-26 07:47:50 UTC
I tried to configure that my normal user could run any program as the user root.
But if I try to do 'sudo su -' on 10.0 RC4 the option NOPASSWD: does not work -
I have to give the root password.

Has there something changed?

my config is:
mmeiste10  ALL=(root) NOPASSWD: ALL
Comment 1 Michael Gross 2005-09-26 09:23:30 UTC
Strange, this works for me in RC4. So this is probably a problem with your
configuration, not a bug. You might try `ALL=(ALL)'. Closing this, but I take
the maintainer into CC, maby he can give you a clue.
Comment 2 Michael Gross 2005-09-28 09:55:19 UTC
I have verified that this works on two machines (10.0 RC4).
With a line:

user  ALL=(ALL) NOPASSWD: ALL

in /etc/sudoers
a `sudo su -' can be done without being asked for a password (not even initially).

Nontheless, maby Marian or Andreas can give us a clue anyway?