summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf/misc/spotlight.xml
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 /docs-xml/smbdotconf/misc/spotlight.xml
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 'docs-xml/smbdotconf/misc/spotlight.xml')
-rw-r--r--docs-xml/smbdotconf/misc/spotlight.xml45
1 files changed, 45 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/misc/spotlight.xml b/docs-xml/smbdotconf/misc/spotlight.xml
new file mode 100644
index 00000000000..d872bb64043
--- /dev/null
+++ b/docs-xml/smbdotconf/misc/spotlight.xml
@@ -0,0 +1,45 @@
+<samba:parameter name="spotlight"
+ context="S"
+ type="boolean"
+ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<description>
+ <para>
+ This parameter controls whether Samba allows Spotlight
+ queries on a share. For controlling indexing of filesystems
+ you also have to use Tracker's own configuration system.
+ </para>
+
+ <para>
+ Spotlight has several prerequisites:
+ </para>
+
+ <itemizedlist>
+ <listitem><para>
+ Samba must be configured and built with Spotlight support.
+ </para></listitem>
+
+ <listitem><para>
+ The <emphasis>mdssvc</emphasis> RPC service must be
+ enabled, see below.
+ </para></listitem>
+
+ <listitem><para> Tracker intergration must be setup and the
+ share must be indexed by Tracker.</para></listitem>
+ </itemizedlist>
+
+ <para>For a detailed set of instructions please see <ulink
+ url="https://wiki.samba.org/index.php/Spotlight">https://wiki.samba.org/index.php/Spotlight</ulink>.
+ </para>
+
+ <para>
+ To enable the Spotlight RPC service:
+ </para>
+
+<programlisting>
+<smbconfsection name="[Global]"/>
+<smbconfoption name="rpc_server:mdsvc">embedded</smbconfoption>
+</programlisting>
+
+</description>
+<value type="default">no</value>
+</samba:parameter>