Author: abartlet Date: 2007-11-05 02:26:42 +0000 (Mon, 05 Nov 2007) New Revision: 25825
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25825 Log: Don't print the user's password hash at level 0. Andrew Bartlett Modified: branches/SAMBA_4_0/source/torture/rpc/dssync.c Changeset: Modified: branches/SAMBA_4_0/source/torture/rpc/dssync.c =================================================================== --- branches/SAMBA_4_0/source/torture/rpc/dssync.c 2007-11-04 16:16:18 UTC (rev 25824) +++ branches/SAMBA_4_0/source/torture/rpc/dssync.c 2007-11-05 02:26:42 UTC (rev 25825) @@ -574,8 +574,7 @@ const struct samr_Password *nthash; nthash = cli_credentials_get_nt_hash(ctx->new_dc.credentials, ctx); if (nthash) { - DEBUG(0,("CREDENTIALS nthash:\n")); - dump_data(0, nthash->hash, sizeof(nthash->hash)); + dump_data_pw("CREDENTIALS nthash:", nthash->hash, sizeof(nthash->hash)); } } status = gensec_session_key(ctx->new_dc.drsuapi.pipe->conn->security_state.generic_state,
