From 4e58c7881e2730c2c6c2917d22b475fb289668ac Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 30 Jun 2009 15:30:13 +1000 Subject: s4:ldb Allow rootdse module to build without ldb_private.h It seems quite reasonable to allow modules to re-initialise the set of cached DNs on the ldb context. Andrew Bartlett --- source4/lib/ldb/include/ldb_module.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/lib/ldb/include/ldb_module.h') diff --git a/source4/lib/ldb/include/ldb_module.h b/source4/lib/ldb/include/ldb_module.h index d9950d6649..cc24d8a6c0 100644 --- a/source4/lib/ldb/include/ldb_module.h +++ b/source4/lib/ldb/include/ldb_module.h @@ -166,4 +166,6 @@ int ldb_module_done(struct ldb_request *req, int ldb_mod_register_control(struct ldb_module *module, const char *oid); +void ldb_set_default_dns(struct ldb_context *ldb); + #endif -- cgit