Activity log for bug #82740

Date Who What changed Old value New value Message
2007-02-01 21:40:59 Alex Mauer bug added bug
2007-02-01 22:35:17 Simon Law pam: status Unconfirmed Rejected
2007-02-01 22:35:17 Simon Law pam: statusexplanation According to the documentation athttp://www.kernel.org/pub/linux/libs/pam/Linux-PAM-html/mwg-see-options.html The module should not prompt the user for a password. Instead, it should obtain the previously typed password (by a call to pam_get_item() for the PAM_AUTHTOK item), and use that. If that doesn't work, then the user will not be authenticated. (This option is intended for auth and passwd modules only). try_first_pass seems to be deprecated as a generic optional argument. This appears to be working as designed. You may want to talk with the PAM developers upstream to change the specification. Thanks for your report!