From f70e7de8e1b015f790325c51cff9dc804c8b95ad Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Tue, 12 May 2009 00:19:56 +0200 Subject: [PATCH] s4-smbtorture: skip SetMemberAttributesOfGroup in RPC-SAMR for s3 as well. Guenther (cherry picked from commit 54d925a30469f9318717b8e6da7b433efd4efd70) --- source4/torture/rpc/samr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source4/torture/rpc/samr.c b/source4/torture/rpc/samr.c index f774125da7a..afa80d8036c 100644 --- a/source4/torture/rpc/samr.c +++ b/source4/torture/rpc/samr.c @@ -5563,7 +5563,8 @@ static bool test_AddGroupMember(struct dcerpc_pipe *p, struct torture_context *t status = dcerpc_samr_AddGroupMember(p, tctx, &r); torture_assert_ntstatus_equal(tctx, NT_STATUS_MEMBER_IN_GROUP, status, "AddGroupMember"); - if (torture_setting_bool(tctx, "samba4", false)) { + if (torture_setting_bool(tctx, "samba4", false) || + torture_setting_bool(tctx, "samba3", false)) { torture_comment(tctx, "skipping SetMemberAttributesOfGroup test against Samba4\n"); } else { /* this one is quite strange. I am using random inputs in the -- 2.11.4.GIT