| Summary: | OpenSSH 3.7.1p2 Password Authentication Failure Through NIS+ on Non-Master Server | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Michael <bugtraq> |
| Component: | PAM support | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> |
| Status: | CLOSED INVALID | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | -current | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Michael
2003-10-09 05:40:32 AEST
From the description: "TO SUMMARIZE: I have problems WHEN: I log in via SSH to the non-master NIS+ server with a non-local account (NIS+ account) with a Windows client via 'Password' authentication." As of 3.7p1, PasswordAuthentication does not use PAM. You need to use ChallengeResponseAuthentication (and probably disable PasswordAuthentication). It works on your NIS master server because getspnam and friends can get the encrypted password directly from the shadow file, so PasswordAuthentication works. Since 3.7p1, even when UsePAM=yes, password authentication does not use PAM. I suggest you set PasswordAuthentication to "no", this will prevent your Windows clients from trying Password auth and (hopefully) switch to keyboard-interactive, then close this bug. 1 month no reply == closed bug. Mass change of RESOLVED bugs to CLOSED |