[Bug 2475] Login failure when PasswordAuthentication, ChallengeResponseAuthentication, and PermitEmptyPasswords are all enabled

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Tue Sep 29 11:20:36 AEST 2015


https://bugzilla.mindrot.org/show_bug.cgi?id=2475

Damien Miller <djm at mindrot.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |djm at mindrot.org

--- Comment #1 from Damien Miller <djm at mindrot.org> ---
> PAM: pam_setcred(): Failure setting user credentials

So pam_setcred() is failing. This is provided by your PAM "auth" module
and sshd has no visibility into what is going wrong there beyond the
error code/message reported above. You should check you PAM auth stack
to see what is causing it, or see if you can enable extra logging if it
doesn't tell you why it is failing by default.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list