summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/samr.c
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 00:27:24 +0200
commit54d925a30469f9318717b8e6da7b433efd4efd70 (patch)
tree8b44f5ff00f43b5ee46c9e9b4bc862c808374d16 /source4/torture/rpc/samr.c
parent59cb8fd58d03953ea53eed70da35dd94fe10d9c4 (diff)
downloadsamba-54d925a30469f9318717b8e6da7b433efd4efd70.tar.gz
samba-54d925a30469f9318717b8e6da7b433efd4efd70.tar.bz2
samba-54d925a30469f9318717b8e6da7b433efd4efd70.zip
s4-smbtorture: skip SetMemberAttributesOfGroup in RPC-SAMR for s3 as well.
Guenther
Diffstat (limited to 'source4/torture/rpc/samr.c')
-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 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