Bugzilla – Attachment 24 Details for
Bug 114
Invalid users vs. PAM (protocol 1 only (?))
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fake username for invalid ssh protocol 1 users
foo (text/plain), 421 bytes, created by
Damien Miller
on 2002-02-13 23:00:14 AEDT
(
hide
)
Description:
Fake username for invalid ssh protocol 1 users
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2002-02-13 23:00:14 AEDT
Size:
421 bytes
patch
obsolete
>Index: auth1.c >=================================================================== >RCS file: /var/cvs/openssh/auth1.c,v >retrieving revision 1.57 >diff -u -r1.57 auth1.c >--- auth1.c 5 Feb 2002 01:40:47 -0000 1.57 >+++ auth1.c 13 Feb 2002 11:59:03 -0000 >@@ -395,8 +395,7 @@ > setproctitle("%s", pw ? user : "unknown"); > > #ifdef USE_PAM >- if (pw) >- start_pam(user); >+ start_pam(pw == NULL ? "NOUSER" : user); > #endif > > /*
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 114
: 24