summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-05-12 00:19:56 +0200
committerGünther Deschner <gd@samba.org>2009-05-12 01:14:46 +0200
commitf70e7de8e1b015f790325c51cff9dc804c8b95ad (patch)
treedf45498cf73d0ff8c7f017d414b07f582a60f337 /source4
parent9d89c70a7dfb065e0246f251e410dc96e493b03f (diff)
downloadsamba-f70e7de8e1b015f790325c51cff9dc804c8b95ad.tar.gz
s4-smbtorture: skip SetMemberAttributesOfGroup in RPC-SAMR for s3 as well.
Guenther (cherry picked from commit 54d925a30469f9318717b8e6da7b433efd4efd70)
Diffstat (limited to 'source4')
-rw-r--r--source4/torture/rpc/samr.c3
1 files changed, 2 insertions, 1 deletions
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