From 3e08965369c4a03c5c7b939f72a1b3ff0874059f Mon Sep 17 00:00:00 2001 From: Nadezhda Ivanova Date: Sun, 26 Sep 2010 11:37:00 -0700 Subject: s4-tests: Removed search tests with anonymous credentials as they fail againts Windows These tests will fail in make test as well if the acl_read module is enabled. --- source4/dsdb/samdb/ldb_modules/extended_dn_in.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/dsdb') diff --git a/source4/dsdb/samdb/ldb_modules/extended_dn_in.c b/source4/dsdb/samdb/ldb_modules/extended_dn_in.c index 78f0426ce9..c1afbea177 100644 --- a/source4/dsdb/samdb/ldb_modules/extended_dn_in.c +++ b/source4/dsdb/samdb/ldb_modules/extended_dn_in.c @@ -358,7 +358,7 @@ static int extended_dn_in_fix(struct ldb_module *module, struct ldb_request *req base_dn_scope, base_dn_filter, base_dn_attrs, - NULL, + req->controls, ac, extended_base_callback, req); LDB_REQ_SET_LOCATION(down_req); -- cgit