Bugzilla – Attachment 982 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 to honour locked accounts for key based auth if shadow is not enabled.
Account_lock.patch (text/plain), 314 bytes, created by
senthilkumar
on 2005-10-06 17:10:58 AEST
(
hide
)
Description:
Patch to honour locked accounts for key based auth if shadow is not enabled.
Filename:
MIME Type:
Creator:
senthilkumar
Created:
2005-10-06 17:10:58 AEST
Size:
314 bytes
patch
obsolete
>--- auth.c 2005-09-09 15:08:18.000000000 +0530 >+++ auth.c-fix 2005-10-06 12:22:56.000000000 +0530 >@@ -85,6 +85,8 @@ > if (!pw || !pw->pw_name) > return 0; > >+passwd = pw->pw_passwd; >+ > #ifdef USE_SHADOW > if (!options.use_pam) > spw = getspnam(pw->pw_name);
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