Bugzilla – Attachment 890 Details for
Bug 1024
SSHD fails to connect when "UsePAM and UseLogin" is yes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Don't check pam_session_is_open if UseLogin=yes
openssh-pam-uselogin.patch (text/plain), 549 bytes, created by
Darren Tucker
on 2005-04-21 16:55:53 AEST
(
hide
)
Description:
Don't check pam_session_is_open if UseLogin=yes
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2005-04-21 16:55:53 AEST
Size:
549 bytes
patch
obsolete
>Index: session.c >=================================================================== >RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/session.c,v >retrieving revision 1.297 >diff -u -r1.297 session.c >--- session.c 6 Mar 2005 11:38:52 -0000 1.297 >+++ session.c 20 Apr 2005 12:32:11 -0000 >@@ -1477,7 +1478,8 @@ > } > > #ifdef USE_PAM >- if (options.use_pam && !is_pam_session_open()) { >+ if (options.use_pam && !options.use_login && !is_pam_session_open()) { >+ debug3("PAM session not opened, exiting"); > display_loginmsg(); > exit(254); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1024
: 890