Bug 118758 - sudo - option NOPASSWD: does not work
Summary: sudo - option NOPASSWD: does not work
Status: RESOLVED WORKSFORME
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Other (show other bugs)
Version: RC 4
Hardware: i586 SUSE Other
: P5 - None : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-26 07:47 UTC by Markus Meisters
Modified: 2005-09-28 09:55 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?