Bugzilla – Attachment 2164 Details for
Bug 2018
sshd not handling PAM_NEW_AUTHTOK_REQD properly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Zone in auth-pam.c where issue lies.
PAM_NEW_AUTHTOK_REQD.txt (text/plain), 676 bytes, created by
Stephen Sanders
on 2012-06-12 23:50:27 AEST
(
hide
)
Description:
Zone in auth-pam.c where issue lies.
Filename:
MIME Type:
Creator:
Stephen Sanders
Created:
2012-06-12 23:50:27 AEST
Size:
676 bytes
patch
obsolete
> if (compat20) { > if (!do_pam_account()) { > sshpam_err = PAM_ACCT_EXPIRED; > goto auth_fail; > } > if (sshpam_authctxt->force_pwchange) { > sshpam_err = pam_chauthtok(sshpam_handle, > PAM_CHANGE_EXPIRED_AUTHTOK); > if (sshpam_err != PAM_SUCCESS) > goto auth_fail; > /* The next line will prevent us from transmitting */ > /* PAM_NEW_AUTHTOK_REQD through the reply buffer */ > sshpam_password_change_required(0); > } > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 2018
: 2164