Bugzilla – Bug 426
Ctrl+C at password prompt needed once per PAM module
Last modified: 2010-08-18 19:17:50 MDT
On Ubuntu maverick, installing the winbind package configures an additional PAM module pam_winbind to run after pam_unix. Then, I have to hit Ctrl+C twice to get out of the sudo password prompt: $ sudo true [sudo] password for anders: ^C [sudo] password for anders: ^C $
Created attachment 284 [details] Patch to skip further password reading if user hits ^C I've attached a patch that should do the trick.
Fixed in sudo 1.7.4p3, available now.