blob: d8179ef1b0d59bf07d238d4e42e545a0e654d228 (
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="include"
context="G"
type="string"
hide="1"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>
This allows you to include one config file inside another. The file is included literally, as though typed
in place.
</para>
<para>
It takes the standard substitutions, except <parameter moreinfo="none">%u</parameter>,
<parameter moreinfo="none">%P</parameter> and <parameter moreinfo="none">%S</parameter>.
</para>
<para>
Since Samba version 3.0.26, setting
<smbconfoption name="include">registry</smbconfoption> has
a special meaning: It does <emphasis>not</emphasis> include
a file named <emphasis>registry</emphasis> from the current working
directory, but instead reads the global configuration options
from the registry. See the section on registry-based
configuration for details. Note that this option
automatically activates registry shares.
</para>
</description>
<value type="default"></value>
<value type="example">/usr/local/samba/lib/admin_smb.conf</value>
</samba:parameter>
|