[Bug 719] pam auth not working the same way

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Fri Sep 26 11:03:26 EST 2003


http://bugzilla.mindrot.org/show_bug.cgi?id=719

           Summary: pam auth not working the same way
           Product: Portable OpenSSH
           Version: -current
          Platform: Sparc
        OS/Version: Solaris
            Status: NEW
          Severity: normal
          Priority: P2
         Component: PAM support
        AssignedTo: openssh-bugs at mindrot.org
        ReportedBy: stevebalm2000 at yahoo.com


We recently upgraded from openssh-3.6.1p2 to openssh-3.7.1p2 and are now not
able to login.  We rely on PAM authentication and our PAM configuration looks
like this:

sshd	auth required   /usr/lib/security/$ISA/pam_krb54.so.1 get_k4_tgt

This pam module is home-grown and gets both Kerb5 and Kerb4 tickets.  I've tried
running sshd -d -d -d to figure out the problem here and I'm not sure what the
issue is.  I'll attach the debug output shortly.  Here is my /etc/ssh/sshd_config:

HostKey /etc/ssh/ssh_host_key
HostKey /etc/ssh/ssh_host_dsa_key
LoginGraceTime 600
IgnoreRhosts no
IgnoreUserKnownHosts yes
X11Forwarding yes
SyslogFacility DAEMON
HostbasedAuthentication yes
RhostsRSAAuthentication yes
Subsystem	sftp	/usr/local/libexec/sftp-server

Where should I be looking to track this down?  Does my pam.conf need to be
updated for the new openssh?  Does my local pam need to be modified to work with
the new openssh?  Also, please let me know what other information would be
helpful in debugging this.

Thanks.



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




More information about the openssh-bugs mailing list