| Summary: | (Re)Add PAM PasswordAuthentication support | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Darren Tucker <dtucker> | ||||||||
| Component: | PAM support | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> | ||||||||
| Status: | CLOSED FIXED | ||||||||||
| Severity: | enhancement | ||||||||||
| Priority: | P2 | ||||||||||
| Version: | -current | ||||||||||
| Hardware: | All | ||||||||||
| OS: | All | ||||||||||
| Bug Depends on: | 688 | ||||||||||
| Bug Blocks: | 822 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Darren Tucker
2004-05-28 18:51:52 AEST
Target next major release. Created attachment 644 [details]
re-add PasswordAuthentication for UsePAM=yes
Works for me, but needs lots of testing and review.
Created attachment 645 [details]
re-add PasswordAuthentication and UsePAM take 2
Fix a couple of problems spotted by djm. Logging of PAM errors was wrong too,
it's been removed for now but will be fixed later.
Created attachment 646 [details]
re-add PasswordAuthentication and UsePAM take 3
Fixed logging (debug only, failed password authentications are logged by the
main password code), made reused auth-pam.c code more consistent with current
code, added comments. Tested OK on Redhat 9 and Solaris 8.
Comment on attachment 646 [details]
re-add PasswordAuthentication and UsePAM take 3
ok by me
Thanks, committed to HEAD. |