summaryrefslogtreecommitdiff
path: root/source3/param/loadparm_ctx.c
diff options
context:
space:
mode:
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 8a886551c6..61fe97462d 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)