| Summary: | PAM support broken in 3.7.1p1 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Bryan Finn <bryan.finn> | ||||||
| Component: | PAM support | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> | ||||||
| Status: | CLOSED FIXED | ||||||||
| Severity: | major | ||||||||
| Priority: | P2 | ||||||||
| Version: | 3.7.1p1 | ||||||||
| Hardware: | All | ||||||||
| OS: | Solaris | ||||||||
| Attachments: |
|
||||||||
|
Description
Bryan Finn
2003-09-22 22:49:14 AEST
This is not a bug report. We are not telepathic. OS = SunOS 5.8 Generic_108528-21 sun4u sparc SUNW,Ultra-4 PAM debug trace: Sep 19 10:19:21 alfa.stud.slu.se pam_pwdfile[4898]: [ID 115474 auth.error] wrong password for user l03mahe1 Sep 19 10:19:21 alfa.stud.slu.se dtlogin[4898]: [ID 427203 auth.debug] pam_authenticate: error Authentication failed Specify further information required (without snide "telepathic" comments please) Created attachment 473 [details]
sshd -ddd for Version 3.4
Trace output for 3.4 (which works).
Created attachment 474 [details]
sshd -ddd for Version 3.7.1p2
Trace output for 3.7.1p2 (which doesn't work).
I too am using PAM (pam_ldap) with Solaris 8 and am seeing the same behaviour.
camac {506}# uname -a
SunOS camac 5.8 Generic_108528-21 sun4u sparc SUNW,Ultra-60
camac {507}#
I've attached the output from a "sshd -ddd" for both 3.4 which works and
3.7.1p2 which doesn't!
Try setting "PasswordAuthentication no" and "ChallengeResponseAuthentication yes" in sshd_config. That's done it, Thanks Damien. Can this be added to the documentation? Yes, thank you. Works for me too. Mass change of RESOLVED bugs to CLOSED |