s4-smbtorture: skip SetMemberAttributesOfGroup in RPC-SAMR for s3 as well.
authorGünther Deschner <gd@samba.org>
Mon, 11 May 2009 22:19:56 +0000 (00:19 +0200)
committerGünther Deschner <gd@samba.org>
Mon, 11 May 2009 22:27:24 +0000 (00:27 +0200)
Guenther

source4/torture/rpc/samr.c

index 40d57bc7878770bf808b5c5153389fd2410ed055..c1535577d689bbc95f67cda56a2917a8a77d82c8 100644 (file)
@@ -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