Bug 548

Summary: SSH Authentication fails against PAM + pam_ldap
Product: Portable OpenSSH Reporter: Mark Bainter <mark-spamx>
Component: sshdAssignee: OpenSSH Bugzilla mailing list <openssh-bugs>
Status: CLOSED FIXED    
Severity: normal    
Priority: P2    
Version: -current   
Hardware: ix86   
OS: Linux   
Attachments:
Description Flags
Output of sshd -d -d -d
none
output of ssh -v -v server none

Description Mark Bainter 2003-04-25 02:35:39 AEST
All tested services (ftp/telnet/etc) Authenticate fine against PAM/LDAP except
for SSH.  Services are configured in pam to fall through to system-auth, so all
services are using the same PAM configuration for authentication.

Attempting to login using public keys gives a password expiry error, all other
authentication simply fails as if a bad password was given.  Tried removing
shadowAccount class from the user definition as well as disabling Priviledge
seperation, neither fixed the problem.

Output of sshd -d -d -d and ssh -v (client side) will be attached.
Comment 1 Mark Bainter 2003-04-25 02:37:08 AEST
Created attachment 275 [details]
Output of sshd -d -d -d
Comment 2 Mark Bainter 2003-04-25 02:37:47 AEST
Created attachment 276 [details]
output of ssh -v -v server
Comment 3 Mark Bainter 2003-04-27 06:04:42 AEST
Fixed.  The filename in /etc/pam.d was incorrect for the way it was compiled.  I
had tried changing it at one point, but I'm guessing something must've been
wrong with my configuration so that it still failed.
Comment 4 Damien Miller 2004-04-14 12:24:19 AEST
Mass change of RESOLVED bugs to CLOSED