From f551a6ee235f94c3a174b5f4f490a5c6bbd8afaf Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 2 May 2005 16:02:52 +0000 Subject: [PATCH] r6582: Remove the hack that metze needed because Samba4 didn't have a samdump command. Andrew Bartlett (This used to be commit adb5a3093ea3ab82e01f488ea780106fee98733b) --- source4/torture/rpc/samsync.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/source4/torture/rpc/samsync.c b/source4/torture/rpc/samsync.c index 0a17b2646bd..6b8b28c0603 100644 --- a/source4/torture/rpc/samsync.c +++ b/source4/torture/rpc/samsync.c @@ -543,15 +543,6 @@ static BOOL samsync_handle_user(TALLOC_CTX *mem_ctx, struct samsync_state *samsy } } - if (nt_hash_p) { - DATA_BLOB nt_hash_blob = data_blob_const(nt_hash_p, 16); - DEBUG(100,("ACCOUNT [%s\\%-25s] NTHASH %s\n", samsync_state->domain_name[0], username, data_blob_hex_string(mem_ctx, &nt_hash_blob))); - } - if (lm_hash_p) { - DATA_BLOB lm_hash_blob = data_blob_const(lm_hash_p, 16); - DEBUG(100,("ACCOUNT [%s\\%-25s] LMHASH %s\n", samsync_state->domain_name[0], username, data_blob_hex_string(mem_ctx, &lm_hash_blob))); - } - nt_status = test_SamLogon(samsync_state->p_netlogon_wksta, mem_ctx, samsync_state->creds_netlogon_wksta, domain, username, -- 2.34.1