[Bug 633] Password authentication fails in HP-UX trusted mode due to DISABLE_SHADOW

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Wed Sep 3 00:54:42 EST 2003


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

           Summary: Password authentication fails in HP-UX trusted mode due
                    to DISABLE_SHADOW
           Product: Portable OpenSSH
           Version: -current
          Platform: HPPA
        OS/Version: HP-UX
            Status: NEW
          Severity: normal
          Priority: P2
         Component: sshd
        AssignedTo: openssh-bugs at mindrot.org
        ReportedBy: michael_steffens at hp.com


Hello,

with current CVS portable OpenSSH non-PAM password authentication fails
with the system running in trusted mode. This does get an issue, because
apparently current code does not use PAM for plain old passord authentication.

The reason for failure is that password hashes are not being looked up using
getspnam, but rather from /etc/passwd even in trusted mode, because
DISABLE_SHADOW is being defined by configure for all versions of HP-UX.

Michael



------- 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