Bugzilla – Attachment 1906 Details for
Bug 1799
Unable to login through PAM on Solaris 8 x86 due to PAM_TTY
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
openssh-pam_tty.patch
openssh-pam_tty.patch (text/plain), 786 bytes, created by
Darren Tucker
on 2010-07-20 12:01:45 AEST
(
hide
)
Description:
openssh-pam_tty.patch
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2010-07-20 12:01:45 AEST
Size:
786 bytes
patch
obsolete
>Index: auth-pam.c >=================================================================== >RCS file: /home/dtucker/openssh/cvs/openssh/auth-pam.c,v >retrieving revision 1.146 >diff -u -p -r1.146 auth-pam.c >--- auth-pam.c 12 Jul 2009 12:07:21 -0000 1.146 >+++ auth-pam.c 20 Jul 2010 01:57:20 -0000 >@@ -657,8 +657,8 @@ sshpam_init(Authctxt *authctxt) > * 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 Raw
Actions:
View
Attachments on
bug 1799
:
1899
|
1900
| 1906 |
1907