Bugzilla – Attachment 495 Details for
Bug 687
sshd segfaults under Solaris 2.6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Make PAM_TTY "/dev/ssh" not "ssh" for PAM_TTY_KLUDGE
openssh-pam-ttykludge.patch (text/plain), 808 bytes, created by
Darren Tucker
on 2003-11-08 21:37:44 AEDT
(
hide
)
Description:
Make PAM_TTY "/dev/ssh" not "ssh" for PAM_TTY_KLUDGE
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2003-11-08 21:37:44 AEDT
Size:
808 bytes
patch
obsolete
>Index: auth-pam.c >=================================================================== >RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/auth-pam.c,v >retrieving revision 1.76 >diff -u -p -r1.76 auth-pam.c >--- auth-pam.c 9 Oct 2003 04:20:15 -0000 1.76 >+++ auth-pam.c 9 Nov 2003 04:37:30 -0000 >@@ -328,8 +328,8 @@ sshpam_init(const char *user) > * sshd doesn't set the tty until too late in the auth process and > * may not even set one (for tty-less connections) > */ >- debug("PAM: setting PAM_TTY to \"ssh\""); >- sshpam_err = pam_set_item(sshpam_handle, PAM_TTY, "ssh"); >+ debug("PAM: setting PAM_TTY to \"/dev/ssh\""); >+ sshpam_err = pam_set_item(sshpam_handle, PAM_TTY, "/dev/ssh"); > if (sshpam_err != PAM_SUCCESS) { > pam_end(sshpam_handle, sshpam_err); > sshpam_handle = NULL;
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 687
:
431
| 495