Bugzilla – Attachment 1148 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]
Patch 982+removed #else part.
openssh-bug1083.patch (text/plain), 709 bytes, created by
Darren Tucker
on 2006-06-23 21:15:19 AEST
(
hide
)
Description:
Patch 982+removed #else part.
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2006-06-23 21:15:19 AEST
Size:
709 bytes
patch
obsolete
>Index: auth.c >=================================================================== >RCS file: /var/cvs/openssh/auth.c,v >retrieving revision 1.110 >diff -u -p -r1.110 auth.c >--- auth.c 21 May 2006 08:26:40 -0000 1.110 >+++ auth.c 23 Jun 2006 11:11:47 -0000 >@@ -102,6 +102,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) > #if defined(HAVE_LIBIAF) && !defined(BROKEN_LIBIAF) >@@ -109,8 +110,6 @@ allowed_user(struct passwd * pw) > #else > passwd = spw->sp_pwdp; > #endif /* HAVE_LIBIAF && !BROKEN_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