1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r12538: Clarify why we are doing the delete here.

Andrew Bartlett
(This used to be commit 6d8405038f)
This commit is contained in:
Andrew Bartlett 2005-12-28 09:24:21 +00:00 committed by Gerald (Jerry) Carter
parent c8531ef9c8
commit 773d5e0af0

View File

@ -283,7 +283,8 @@ static NTSTATUS samsync_ldb_handle_user(TALLOC_CTX *mem_ctx,
return NT_STATUS_NO_MEMORY;
}
/* Passwords */
/* Passwords. Ensure there is no plaintext stored against
* this entry, as we only have hashes */
samdb_msg_add_delete(state->sam_ldb, mem_ctx, msg,
"unicodePwd");
if (user->lm_password_present) {