tests/dlz_bind9: support for multiple db types by using ldb://
[metze/samba/wip.git] / source4 / torture / dns / dlz_bind9.c
index 2234e7a23f65870c2f0912e60df5963816968c82..42b104e070ccb819f90c5bf21fe2f21adca6c6ff 100644 (file)
@@ -58,7 +58,7 @@ static char *test_dlz_bind9_binddns_dir(struct torture_context *tctx,
                                        const char *file)
 {
        return talloc_asprintf(tctx,
-                              "%s/%s",
+                              "ldb://%s/%s",
                               lpcfg_binddns_dir(tctx->lp_ctx),
                               file);
 }