The Samba-Bugzilla – Attachment 1656 Details for
Bug 3388
Corrupting Passwords in Database
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix
sql.diff (text/plain), 856 bytes, created by
Volker Lendecke
on 2006-01-08 12:08:57 UTC
(
hide
)
Description:
Fix
Filename:
MIME Type:
Creator:
Volker Lendecke
Created:
2006-01-08 12:08:57 UTC
Size:
856 bytes
patch
obsolete
>Index: pdb_sql.c >=================================================================== >--- pdb_sql.c (Revision 12602) >+++ pdb_sql.c (Revision 12603) >@@ -536,13 +536,12 @@ > > if (query->update) { > query->part1[strlen(query->part1) - 1] = '\0'; >- query->part1 = >- talloc_asprintf_append(query->part1, >- " WHERE %s = '%s'", >- config_value_read(location, >- "user sid column", >- CONFIG_USER_SID_DEFAULT), >- sid_to_string(sid_str, pdb_get_user_sid (newpwd))); >+ query->part1 = talloc_asprintf( >+ mem_ctx, "%s WHERE %s = '%s'", query->part1, >+ config_value_read(location, >+ "user sid column", >+ CONFIG_USER_SID_DEFAULT), >+ sid_to_string(sid_str, pdb_get_user_sid (newpwd))); > } else { > query->part2[strlen(query->part2) - 1] = ')'; > query->part1[strlen(query->part1) - 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 3388
: 1656