Bug#669687: sudo does not call pam_end on authorization failure
Sudo 1.9.0 includes a fix for this: www.sudo.ws/repos/sudo/rev/98cb9d98f547
Bug#669687: sudo does not call pam_end on authorization failure
Package: sudo Version: 1.8.3p2-1 Severity: normal I encountered this while investigating #660739. If authentication succeeds but authorization fails (in other words, when the password is correct, but sudoers then does not allow the user to run that command), sudo never calls pam_end. The cleanup