From dda00fedd4df2353b171a9594efafa335b15230b Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 5 Nov 2007 02:26:42 +0100 Subject: r25825: Don't print the user's password hash at level 0. Andrew Bartlett (This used to be commit 495271588c5ef8ce88826961fa3883506d74ad33) --- source4/torture/rpc/dssync.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source4/torture') diff --git a/source4/torture/rpc/dssync.c b/source4/torture/rpc/dssync.c index 15125ac365..4403a64a36 100644 --- a/source4/torture/rpc/dssync.c +++ b/source4/torture/rpc/dssync.c @@ -574,8 +574,7 @@ static bool test_FetchData(struct DsSyncTest *ctx) 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, -- cgit