The Samba-Bugzilla – Attachment 5229 Details for
Bug 7072
[PATCH] Accounts can't be unlocked from ldap
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix improperly initialized field
samba.patch (text/plain), 538 bytes, created by
Andy Hanton
on 2010-01-27 18:03:25 UTC
(
hide
)
Description:
Fix improperly initialized field
Filename:
MIME Type:
Creator:
Andy Hanton
Created:
2010-01-27 18:03:25 UTC
Size:
538 bytes
patch
obsolete
>--- source3/passdb/login_cache.c~ 2009-10-29 07:47:16.000000000 +0000 >+++ source3/passdb/login_cache.c 2010-01-27 23:05:16.000000000 +0000 >@@ -92,3 +92,3 @@ > SAFE_FREE(databuf.dptr); > return NULL; > } > >+ entry->entry_timestamp = 0; > if (tdb_unpack (databuf.dptr, databuf.dsize, SAM_CACHE_FORMAT, > &entry->entry_timestamp, &entry->acct_ctrl, > &entry->bad_password_count, > &entry->bad_password_time) == -1) {
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 7072
:
5229
|
5230
|
5231
|
5232
|
5233
|
5234