From b47e65692706e1d3b2388ea9d49990e692709574 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 19 Oct 2005 15:34:39 +0000 Subject: r11185: - resolve attid for "supplementalCredentials" into a name - print "supplementalCredentials" also when --option="dssync:print_pwd_blobs=yes" is used abartlet: this field may contain the krb5 keys... metze (This used to be commit 26c69348ca3ae10128df9832f8b4d9c1024631e2) --- source4/torture/rpc/dssync.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/torture/rpc') diff --git a/source4/torture/rpc/dssync.c b/source4/torture/rpc/dssync.c index 4ae75d7add..25c4c3d3cb 100644 --- a/source4/torture/rpc/dssync.c +++ b/source4/torture/rpc/dssync.c @@ -331,6 +331,9 @@ static void test_analyse_objects(struct DsSyncTest *ctx, case DRSUAPI_ATTRIBUTE_lmPwdHistory: name = "lmPwdHistory"; break; + case DRSUAPI_ATTRIBUTE_supplementalCredentials: + name = "supplementalCredentials"; + break; default: continue; } -- cgit