diff options
author | Andrew Bartlett <abartlet@samba.org> | 2007-11-05 02:26:42 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:44:14 +0100 |
commit | dda00fedd4df2353b171a9594efafa335b15230b (patch) | |
tree | b70d2a2d62178c16802fa56f8dd1779580107e02 /source4/torture/rpc | |
parent | f549a5ddc8c2b99737f1db8f93c1cd70c2923dbd (diff) | |
download | samba-dda00fedd4df2353b171a9594efafa335b15230b.tar.gz samba-dda00fedd4df2353b171a9594efafa335b15230b.tar.bz2 samba-dda00fedd4df2353b171a9594efafa335b15230b.zip |
r25825: Don't print the user's password hash at level 0.
Andrew Bartlett
(This used to be commit 495271588c5ef8ce88826961fa3883506d74ad33)
Diffstat (limited to 'source4/torture/rpc')
-rw-r--r-- | source4/torture/rpc/dssync.c | 3 |
1 files changed, 1 insertions, 2 deletions
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, |