| Summary: | Unable to login through PAM on Solaris 8 x86 due to PAM_TTY | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Kyle Stemen <kstemen> | ||||||||||
| Component: | PAM support | Assignee: | Assigned to nobody <unassigned-bugs> | ||||||||||
| Status: | CLOSED WORKSFORME | ||||||||||||
| Severity: | major | CC: | djm, dtucker, obrhyant | ||||||||||
| Priority: | P2 | ||||||||||||
| Version: | 5.5p1 | ||||||||||||
| Hardware: | ix86 | ||||||||||||
| OS: | Solaris | ||||||||||||
| Attachments: |
|
||||||||||||
|
Description
Kyle Stemen
2010-07-17 05:32:49 AEST
Created attachment 1900 [details]
output of 'showrev -p' on solaris system
Can you reproduce the problem with the vanilla source from www.openssh.com or is it specific to the build supplied by sunfreeware? Sunfreeware has applied no patches. I compared their source tarball against the one on openssh.com. Your test program works fine on my solaris 8 (sparc) machine but it doesn't have recent patches. I suspect the problem is either introduced in a patch or specific to the x86 version (unlikely). Changing the kludge to /dev/ssh is a possibility but I am concerned this may impact other platforms negatively. Created attachment 1906 [details]
openssh-pam_tty.patch
PAM_TTY_KLUDGE ssh -> /dev/ssh
My Solaris machine does not have the latest patches either. Could you attach the output of 'showrev -p' from your Solaris 8 machine? That command lists the installed patches on the machine. I could compare it with the patches from my system. Created attachment 1907 [details]
showrev -p from my solaris 8/sparc machine
I am not having trouble on Solaris 8 Sparc either. The difficulty is that different patches apply to Sparc and x86. Do you have a Solaris 8 x86 machine to try it on? we were unable to reproduce this; in the unlikely event that you're still using Solaris 8 on x64 and can reproduce this then we might be able to take another look. If this is the case then please reopen the bug closing resolved bugs as of 8.6p1 release |