Bugzilla – Attachment 176 Details for
Bug 432
AIX does not log login attempts for unknown users
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Call loginfailed() on AIX for unknown usernames
openssh-aixunknownuser.patch (text/plain), 542 bytes, created by
Darren Tucker
on 2002-11-08 11:50:41 AEDT
(
hide
)
Description:
Call loginfailed() on AIX for unknown usernames
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2002-11-08 11:50:41 AEDT
Size:
542 bytes
patch
obsolete
>Index: auth.c >=================================================================== >RCS file: /cvs/openssh/auth.c,v >retrieving revision 1.59 >diff -u -r1.59 auth.c >--- auth.c 16 Oct 2002 00:13:54 -0000 1.59 >+++ auth.c 8 Nov 2002 00:31:41 -0000 >@@ -493,6 +493,11 @@ > if (pw == NULL) { > log("Illegal user %.100s from %.100s", > user, get_remote_ipaddr()); >+#ifdef WITH_AIXAUTHENTICATE >+ loginfailed(user, >+ get_canonical_hostname(options.verify_reverse_mapping), >+ "ssh"); >+#endif > return (NULL); > } > if (!allowed_user(pw))
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 432
: 176