Mailing List Archive

[Bug 703] non-interactive commands fail on solaris 8
http://bugzilla.mindrot.org/show_bug.cgi?id=703

Summary: non-interactive commands fail on solaris 8
Product: Portable OpenSSH
Version: 3.7.1p1
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: PAM support
AssignedTo: openssh-bugs@mindrot.org
ReportedBy: doke@udel.edu


non-interactive commands fail in PAM tty check on solaris 8. Not all systems
are affected. It seems to depend on the system PAM patches. Problem does not
occur on Solaris 9.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[Bug 703] non-interactive commands fail on solaris 8 [ In reply to ]
http://bugzilla.mindrot.org/show_bug.cgi?id=703





------- Additional Comments From doke@udel.edu 2003-09-23 06:37 -------
Created an attachment (id=450)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=450&action=view)
patch to fix problem




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[Bug 703] non-interactive commands fail on solaris 8 [ In reply to ]
http://bugzilla.mindrot.org/show_bug.cgi?id=703





------- Additional Comments From doke@udel.edu 2003-09-23 06:57 -------
Some PAM modules in Solaris 8 require the tty to be set. So sshd sets it to
"ssh". However, some versions of Solaris 8 PAM require the tty to begin with
"/dev/". Changing auth-pam.c to use "/dev/console", or "/dev/ssh", fixes it.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.