s4-smbtorture: skip GetAliasMembership against s4.
authorGünther Deschner <gd@samba.org>
Thu, 17 Dec 2009 17:02:53 +0000 (18:02 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 17 Dec 2009 17:05:36 +0000 (18:05 +0100)
It returns NT_STATUS_INTERNAL_DB_CORRUPTION for unknown sids and I could not
figure out why.

Guenther

source4/torture/rpc/samr.c

index 03425ea9287019710a4106917044586c21c043ba..b5aa761b797e01f6f1a0927a745deae5186ed3af 100644 (file)
@@ -2604,6 +2604,10 @@ static bool test_GetAliasMembership(struct dcerpc_pipe *p,
 
        torture_comment(tctx, "Testing GetAliasMembership\n");
 
+       if (torture_setting_bool(tctx, "samba4", false)) {
+               torture_skip(tctx, "skipping GetAliasMembership against s4");
+       }
+
        r.in.domain_handle      = domain_handle;
        r.in.sids               = &sids;
        r.out.rids              = &rids;