2014-07-31 15:49:49 +04:00
<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>
2019-08-29 23:41:59 +03:00
<listitem > <para > Tracker integration must be setup and the
2014-07-31 15:49:49 +04:00
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 >
2014-08-12 00:30:53 +04:00
The Spotlight RPC service can either be enabled as embedded
RPC service:
2014-07-31 15:49:49 +04:00
</para>
<programlisting >
<smbconfsection name= "[Global]" />
<smbconfoption name= "rpc_server:mdsvc" > embedded</smbconfoption>
2014-08-12 00:30:53 +04:00
</programlisting>
<para >
2017-02-17 22:57:55 +03:00
Or it can be run in a separate RPC service daemon:
2014-08-12 00:30:53 +04:00
</para>
<programlisting >
<smbconfsection name= "[Global]" />
<smbconfoption name= "rpc_server:mdssd" > fork</smbconfoption>
<smbconfoption name= "rpc_server:mdsvc" > external</smbconfoption>
2014-07-31 15:49:49 +04:00
</programlisting>
</description>
<value type= "default" > no</value>
</samba:parameter>