Bugzilla – Attachment 245 Details for
Bug 117
OpenSSH second-guesses PAM
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Use supplied username in pam_start calls always
pam-nolie.diff (text/plain), 924 bytes, created by
Damien Miller
on 2003-03-10 11:57:08 AEDT
(
hide
)
Description:
Use supplied username in pam_start calls always
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2003-03-10 11:57:08 AEDT
Size:
924 bytes
patch
obsolete
>Index: auth1.c >=================================================================== >RCS file: /var/cvs/openssh/auth1.c,v >retrieving revision 1.79 >diff -u -r1.79 auth1.c >--- auth1.c 24 Feb 2003 00:59:27 -0000 1.79 >+++ auth1.c 10 Mar 2003 00:47:57 -0000 >@@ -404,7 +404,7 @@ > use_privsep ? " [net]" : ""); > > #ifdef USE_PAM >- PRIVSEP(start_pam(authctxt->pw == NULL ? "NOUSER" : user)); >+ PRIVSEP(start_pam(user)); > #endif > > /* >Index: auth2.c >=================================================================== >RCS file: /var/cvs/openssh/auth2.c,v >retrieving revision 1.112 >diff -u -r1.112 auth2.c >--- auth2.c 24 Feb 2003 00:59:27 -0000 1.112 >+++ auth2.c 10 Mar 2003 00:47:57 -0000 >@@ -162,7 +162,7 @@ > } else { > log("input_userauth_request: illegal user %s", user); > #ifdef USE_PAM >- PRIVSEP(start_pam("NOUSER")); >+ PRIVSEP(start_pam(user)); > #endif > } > setproctitle("%s%s", authctxt->pw ? user : "unknown",
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 117
: 245