summaryrefslogtreecommitdiff
path: root/source3/param/loadparm_ctx.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-10-12 22:36:40 +1100
committerAndrew Bartlett <abartlet@samba.org>2011-10-13 14:06:07 +0200
commit4a89361af465227c96b07d009e67689c44b16e4e (patch)
tree4fd939d5bdd259dfbc8d018e82c47fc082ccad8a /source3/param/loadparm_ctx.c
parentebf3ecd986bbb5a84418b8519537054ac4fa0dc1 (diff)
downloadsamba-4a89361af465227c96b07d009e67689c44b16e4e.tar.gz
lib/param Add 'use mmap' parameter to control tdb use of mmap
Diffstat (limited to 'source3/param/loadparm_ctx.c')
-rw-r--r--source3/param/loadparm_ctx.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/param/loadparm_ctx.c b/source3/param/loadparm_ctx.c
index 8a886551c6e..61fe97462d3 100644
--- a/source3/param/loadparm_ctx.c
+++ b/source3/param/loadparm_ctx.c
@@ -105,6 +105,9 @@ static const struct loadparm_s3_context s3_fns =
.passdb_backend = lp_passdb_backend,
.host_msdfs = lp_host_msdfs,
+ .unix_extensions = lp_unix_extensions,
+ .use_spnego = lp_use_spnego,
+ .use_mmap = lp_use_mmap,
};
const struct loadparm_s3_context *loadparm_s3_context(void)