Bugzilla – Attachment 142 Details for
Bug 355
No last login message with PrivSep under AIX
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Enables tracking of unsuccessful logins on AIX
patch2.txt (text/plain), 708 bytes, created by
Kevin Cawlfield
on 2002-08-31 01:03:30 AEST
(
hide
)
Description:
Enables tracking of unsuccessful logins on AIX
Filename:
MIME Type:
Creator:
Kevin Cawlfield
Created:
2002-08-31 01:03:30 AEST
Size:
708 bytes
patch
obsolete
>84a85,88 >> #ifdef WITH_AIXAUTHENTICATE >> char *aixloginmsg; >> #endif /* WITH_AIXAUTHENTICATE */ >> >91a96 >> >148c153,163 >< return (authenticate(pw->pw_name,password,&reenter,&authmsg) == 0); >--- >> # return (authenticate(pw->pw_name,password,&reenter,&authmsg) == 0); >> >> if (authenticate(pw->pw_name,password,&reenter,&authmsg) == 0) { >> if (loginsuccess(authctxt->user, >> get_canonical_hostname(options.verify_reverse_mapping), >> "ssh", &aixloginmsg) < 0) >> debug("\n Loginsuccess failed \n"); >> return 1; } >> loginfailed(authctxt->user, >> get_canonical_hostname(options.verify_reverse_mapping), "ssh"); >> return 0; >
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 Raw
Actions:
View
Attachments on
bug 355
:
140
|
141
| 142