From c1113796ebccf73c554d153c6c4d5b1ec16cb4bd Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 19 Oct 2005 16:30:02 +0000 Subject: r11187: in case the msDS-KeyVersionNumber is replicated (I didn't assume this...) show the string in the debug output, and show it with --option="dssync:print_pwd_blobs=yes" metze (This used to be commit 98c1e8e3df90c05691a12bb25357fd75da419c5c) --- source4/torture/rpc/dssync.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/torture/rpc/dssync.c') diff --git a/source4/torture/rpc/dssync.c b/source4/torture/rpc/dssync.c index 25c4c3d3cb..9e9348283a 100644 --- a/source4/torture/rpc/dssync.c +++ b/source4/torture/rpc/dssync.c @@ -334,6 +334,9 @@ static void test_analyse_objects(struct DsSyncTest *ctx, case DRSUAPI_ATTRIBUTE_supplementalCredentials: name = "supplementalCredentials"; break; + case DRSUAPI_ATTRIBUTE_msDS_KeyVersionNumber: + name = "msDS-KeyVersionNumber"; + break; default: continue; } -- cgit