svn commit: samba r6582 - in branches/SAMBA_4_0/source/torture/rpc: .

abartlet at samba.org abartlet at samba.org
Mon May 2 16:02:52 GMT 2005


Author: abartlet
Date: 2005-05-02 16:02:52 +0000 (Mon, 02 May 2005)
New Revision: 6582

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=6582

Log:
Remove the hack that metze needed because Samba4 didn't have a samdump
command.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/torture/rpc/samsync.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/rpc/samsync.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/samsync.c	2005-05-02 16:00:18 UTC (rev 6581)
+++ branches/SAMBA_4_0/source/torture/rpc/samsync.c	2005-05-02 16:02:52 UTC (rev 6582)
@@ -543,15 +543,6 @@
 		}
 	}
 
-	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, 



More information about the samba-cvs mailing list