blob: 04631d3a771252abbd844ac8b032035aa20c93ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
<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> Tracker integration 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>
</description>
<value type="default">no</value>
</samba:parameter>
|