summaryrefslogtreecommitdiffstats
path: root/source4
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-12-17 18:02:53 +0100
committerKarolin Seeger <kseeger@samba.org>2009-12-21 10:55:08 +0100
commit91511167826270dbca910a83668ac13c3174c498 (patch)
treefd83d1afc954de3e9fa812fcdbf34d2ecd16343b /source4
parent21b63da74ba0332ffe862293835b5885ddf8d528 (diff)
downloadsamba-91511167826270dbca910a83668ac13c3174c498.tar.gz
samba-91511167826270dbca910a83668ac13c3174c498.tar.xz
samba-91511167826270dbca910a83668ac13c3174c498.zip
s4-smbtorture: skip GetAliasMembership against s4.
It returns NT_STATUS_INTERNAL_DB_CORRUPTION for unknown sids and I could not figure out why. Guenther (cherry picked from commit dc4c41124228878d2c29fe2b240b23eb49631fe1) (cherry picked from commit 0d5db6d06bfbc7f52bf3fa61468f6220d63bccc8)
Diffstat (limited to 'source4')
-rw-r--r--source4/torture/rpc/samr.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/torture/rpc/samr.c b/source4/torture/rpc/samr.c
index 903d5382a2a..36e3207399c 100644
--- a/source4/torture/rpc/samr.c
+++ b/source4/torture/rpc/samr.c
@@ -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;