summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-02-14 14:01:50 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:48:15 -0500
commit98fce3d3b5b5ef07540922d1952c899676015973 (patch)
treefd7eb54b606a89142bd11ad972292f2da5f69366
parent93690e31c358322e53e4110610476016d1b6f88c (diff)
downloadsamba-98fce3d3b5b5ef07540922d1952c899676015973.tar.gz
samba-98fce3d3b5b5ef07540922d1952c899676015973.tar.bz2
samba-98fce3d3b5b5ef07540922d1952c899676015973.zip
r21337: add hack option to use DsGetNCChanges level 5 against w2k
metze (This used to be commit 66c8499e5f2f139995be8cb5770d238f383059d6)
-rw-r--r--source4/torture/rpc/dssync.c2
1 files changed, 2 insertions, 0 deletions
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);