From eee140d7da8088884c392ebefbef3ad3650aceb0 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 12 Feb 2007 13:34:04 +0000 Subject: r21300: let the caller decide if it wants rid decrypted hashes or not metze (This used to be commit 8711d01ffd080c43512b88b995daf2d6b7c06ba1) --- source4/libnet/libnet_samdump.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/libnet/libnet_samdump.c') diff --git a/source4/libnet/libnet_samdump.c b/source4/libnet/libnet_samdump.c index 8ece324741..7953454616 100644 --- a/source4/libnet/libnet_samdump.c +++ b/source4/libnet/libnet_samdump.c @@ -163,6 +163,7 @@ NTSTATUS libnet_SamDump(struct libnet_context *ctx, TALLOC_CTX *mem_ctx, struct r2.out.error_string = NULL; r2.in.binding_string = r->in.binding_string; + r2.in.rid_crypt = lp_parm_bool(-1, "vampire", "rid decrypt", True); r2.in.init_fn = NULL; r2.in.delta_fn = libnet_samdump_fn; r2.in.fn_ctx = samdump_state; -- cgit