Bugzilla – Attachment 1542 Details for
Bug 1083
Disable login for locked account
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
revised patch
hpux-locked.diff (text/plain), 651 bytes, created by
Damien Miller
on 2008-07-04 22:41:06 AEST
(
hide
)
Description:
revised patch
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2008-07-04 22:41:06 AEST
Size:
651 bytes
patch
obsolete
>Index: auth.c >=================================================================== >RCS file: /var/cvs/openssh/auth.c,v >retrieving revision 1.129 >diff -u -p -r1.129 auth.c >--- auth.c 2 Jul 2008 12:37:30 -0000 1.129 >+++ auth.c 4 Jul 2008 12:38:50 -0000 >@@ -114,6 +114,7 @@ allowed_user(struct passwd * pw) > #endif /* USE_SHADOW */ > > /* grab passwd field for locked account check */ >+ passwd = pw->pw_passwd; > #ifdef USE_SHADOW > if (spw != NULL) > #ifdef USE_LIBIAF >@@ -121,8 +122,6 @@ allowed_user(struct passwd * pw) > #else > passwd = spw->sp_pwdp; > #endif /* USE_LIBIAF */ >-#else >- passwd = pw->pw_passwd; > #endif > > /* check for locked account */
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 1083
:
955
|
982
|
1148
| 1542