summaryrefslogtreecommitdiff
path: root/source4/param/provision.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/param/provision.h')
-rw-r--r--source4/param/provision.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/param/provision.h b/source4/param/provision.h
index e739053d50..6b5bc798df 100644
--- a/source4/param/provision.h
+++ b/source4/param/provision.h
@@ -42,6 +42,8 @@ struct provision_settings {
/* FIXME: Rename this to hostconfig ? */
struct provision_result {
const char *domaindn;
+ struct ldb_context *samdb;
+ struct loadparm_context *lp_ctx;
};
NTSTATUS provision_bare(TALLOC_CTX *mem_ctx, struct loadparm_context *lp_ctx,