From 98fce3d3b5b5ef07540922d1952c899676015973 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 14 Feb 2007 14:01:50 +0000 Subject: r21337: add hack option to use DsGetNCChanges level 5 against w2k metze (This used to be commit 66c8499e5f2f139995be8cb5770d238f383059d6) --- source4/torture/rpc/dssync.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source4/torture/rpc/dssync.c b/source4/torture/rpc/dssync.c index eb90871c0e..31f9c602c7 100644 --- a/source4/torture/rpc/dssync.c +++ b/source4/torture/rpc/dssync.c @@ -568,6 +568,8 @@ static BOOL test_FetchData(struct DsSyncTest *ctx) highest_usn = lp_parm_int(-1, "dssync", "highest_usn", 0); + array[0].level = lp_parm_int(-1, "dssync", "get_nc_changes_level", array[0].level); + if (lp_parm_bool(-1,"dssync","print_pwd_blobs",False)) { const struct samr_Password *nthash; nthash = cli_credentials_get_nt_hash(ctx->new_dc.credentials, ctx); -- cgit