Bugzilla – Bug 518
sudo v1.8.3 with NOPASSWD fails
Last modified: 2011-10-26 07:50:49 MDT
I downloaded the latest 1.8.3 and compiled it. It appears the a user with just this entry: hobbit ALL = NOPASSWD: /bin/df Results in no output when running "sudo /bin/df" anymore. Downgrading to 1.8.2 fixes the issue. ---Eric
Created attachment 319 [details] Fix for crash when command terminates and NOPASSWD was specified The monitor process was crashing after the command exited due to PAM not being fully setup when NOPASSWD was specified. The attached patch fixes this.
Fixed in sudo 1.8.3p1, available now from http://www.sudo.ws/sudo/download.html
I downloaded 1.8.3_p1 and verified it is fixed. Thanks!