Bugzilla – Attachment 450 Details for
Bug 703
non-interactive commands fail on solaris 8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to fix problem
auth-pam.c.diff (text/plain), 595 bytes, created by
Doke Scott
on 2003-09-23 06:37:51 AEST
(
hide
)
Description:
patch to fix problem
Filename:
MIME Type:
Creator:
Doke Scott
Created:
2003-09-23 06:37:51 AEST
Size:
595 bytes
patch
obsolete
>--- auth-pam.c_orig 2003-09-16 02:00:52.000000000 -0400 >+++ auth-pam.c 2003-09-22 14:41:30.000000000 -0400 >@@ -311,8 +311,8 @@ > * 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/console\""); >+ sshpam_err = pam_set_item(sshpam_handle, PAM_TTY, "/dev/console"); > 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 703
: 450