[Bug 633] Password authentication fails in HP-UX trusted mode due to DISABLE_SHADOW
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Thu Sep 25 00:09:15 EST 2003
http://bugzilla.mindrot.org/show_bug.cgi?id=633
------- Additional Comments From mouring at eviladmin.org 2003-09-25 00:09 -------
what about:
xcrypt() section where we have:
# elif defined(__hpux) && !defined(HAVE_SECUREWARE)
if (iscomsec())
crypted = bigcrypt(password, salt);
else
crypted = crypt(password, salt);
------- 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