summaryrefslogtreecommitdiff
path: root/source3/param
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2019-05-06 15:03:02 +0200
committerJeremy Allison <jra@samba.org>2019-08-08 20:24:31 +0000
commit1b897df4f7489c6ac7663ca4830dc4c129dd2457 (patch)
tree6e1dbb49f1803415cd2a5a4784d3ad12fb9e8cd8 /source3/param
parent66b8d86d71551ab8c615428211294ca110608645 (diff)
downloadsamba-1b897df4f7489c6ac7663ca4830dc4c129dd2457.tar.gz
s3:mdssvc: new option "spotlight backend"
Currently there's only the tracker backend, but subsequent commits will add other backends. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/param')
-rw-r--r--source3/param/loadparm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index 9e97d719f4e..31819b3930c 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -247,6 +247,7 @@ static const struct loadparm_service _sDefault =
.param_opt = NULL,
.smbd_search_ask_sharemode = true,
.smbd_getinfo_ask_sharemode = true,
+ .spotlight_backend = SPOTLIGHT_BACKEND_TRACKER,
.dummy = ""
};