Activity log for bug #131399

Date Who What changed Old value New value Message
2007-08-09 21:35:07 Dreadlord_Chris bug added bug
2007-08-09 21:36:32 Dreadlord_Chris None: statusexplanation
2008-03-27 07:47:58 Martin Pitt sudo: importance Undecided Low
2008-03-27 07:47:58 Martin Pitt sudo: assignee pitti
2008-03-27 07:47:58 Martin Pitt sudo: status New In Progress
2008-05-05 18:50:06 Launchpad Janitor sudo: status In Progress Fix Released
2008-05-07 06:27:37 Martin Pitt sudo: importance Undecided Low
2008-05-07 06:27:37 Martin Pitt sudo: assignee pitti
2008-05-07 06:27:37 Martin Pitt sudo: status New In Progress
2008-05-14 13:36:39 Martin Pitt sudo: status Fix Released Fix Committed
2008-05-14 13:50:07 Martin Pitt description chris@HAL421:~$ sudo visduo right after Defaults you find the following 2 lines: # Uncomment to allow members of group sudo to not need a password #%sudo ALL=NOPASSWD: ALL Uncomment the sudo line, save the file, make sure you are in the sudo group: chris@HAL421:~$ cat /etc/group | grep sudo sudo:x:27:chris log out & back in - sudo anything and you're still asked for a password now chris@HAL421:~$ sudo visduo add NOPASSWD to the admin line at the bottom: %admin ALL=(ALL) NOPASSWD: ALL save, logout/login - sudo now no longer asks for a password chris@HAL421:~$ sudo visduo right after Defaults you find the following 2 lines: # Uncomment to allow members of group sudo to not need a password #%sudo ALL=NOPASSWD: ALL Uncomment the sudo line, save the file, make sure you are in the sudo group: chris@HAL421:~$ cat /etc/group | grep sudo sudo:x:27:chris log out & back in - sudo anything and you're still asked for a password now chris@HAL421:~$ sudo visduo add NOPASSWD to the admin line at the bottom: %admin ALL=(ALL) NOPASSWD: ALL save, logout/login - sudo now no longer asks for a password TEST CASE: - create a root shell with sudo -i - mv /etc/sudoers{,.old} - apt-get install sudo With the current version, the "# %sudo" line is somewhere in the middle of the newly created /etc/sudoers. With the updated hardy-proposed version, it is at the very bottom. - mv /etc/sudoers{.old,} Restore your original sudoers.
2008-05-14 14:15:06 Launchpad Janitor sudo: status Fix Committed Fix Released
2008-05-14 14:25:48 Martin Pitt bug added subscriber Ubuntu Stable Release Updates Team
2008-05-15 00:40:26 Steve Langasek sudo: status In Progress Fix Committed
2008-05-15 00:40:44 Steve Langasek bug added subscriber SRU Verification
2008-05-22 10:07:37 Martin Pitt sudo: status Fix Committed Fix Released
2009-06-28 10:40:21 Launchpad Janitor branch linked lp:ubuntu/karmic/sudo
2009-06-28 10:45:22 Launchpad Janitor branch linked lp:~ubuntu-branches/ubuntu/hardy/sudo/hardy-proposed