From 54d925a30469f9318717b8e6da7b433efd4efd70 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 12 May 2009 00:19:56 +0200 Subject: s4-smbtorture: skip SetMemberAttributesOfGroup in RPC-SAMR for s3 as well. Guenther --- source4/torture/rpc/samr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/torture') diff --git a/source4/torture/rpc/samr.c b/source4/torture/rpc/samr.c index 40d57bc787..c1535577d6 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 -- cgit