| Summary: | Allow users to see output from failing PAM session modules. | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Darren Tucker <dtucker> | ||||||
| Component: | PAM support | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> | ||||||
| Status: | CLOSED FIXED | ||||||||
| Severity: | normal | ||||||||
| Priority: | P2 | ||||||||
| Version: | -current | ||||||||
| Hardware: | Other | ||||||||
| OS: | All | ||||||||
| Attachments: |
|
||||||||
|
Description
Darren Tucker
2004-07-03 18:54:21 AEST
Created attachment 678 [details]
If do_pam_session fails, end output to user then close session.
Patch to fix. If a PAM session module fails, this is what happens:
$ ssh testuser@localhost
testuser@localhost's password:
No user logins right now.
Connection to localhost closed.
Created attachment 679 [details]
Make work for privsep=no too
Comment on attachment 679 [details]
Make work for privsep=no too
ok
Thanks, applied. Change all RESOLVED bug to CLOSED with the exception of the ones fixed post-4.4. |