summaryrefslogtreecommitdiff
path: root/source3/param
diff options
context:
space:
mode:
authorRalph Boehme <rb@sernet.de>2014-07-31 13:49:49 +0200
committerRalph Böhme <slow@samba.org>2015-07-07 17:34:28 +0200
commit25f56f5f4060c912f4fb6a9ef7179829233369bd (patch)
tree4af59e3da0234c1b720cc9a22b62c30786211fa8 /source3/param
parent63dd793cde70a3d3a5bf4144c316b764d687546b (diff)
downloadsamba-25f56f5f4060c912f4fb6a9ef7179829233369bd.tar.gz
s3-mdssvc: add new option 'spotlight'
Per share option: it reflects whether a share is indexed by Tracker or not. The global switch that controls whether Spotlight is enabled or not, are the mdsvc RPC switches. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Stefan Metzmacher <metze@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 cedaf1a6e60..af74d68fee5 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -185,6 +185,7 @@ static struct loadparm_service sDefault =
.access_based_share_enum = false,
.bAvailable = true,
.read_only = true,
+ .spotlight = false,
.guest_only = false,
.administrative_share = false,
.guest_ok = false,