1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
samba-mirror/docs-xml/smbdotconf/misc/include.xml
Michael Adam 4a6a010e78 docs:smbdotconf: remove swat-specific flags.
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Ira Cooper <ira@samba.org>
2015-05-02 00:56:31 +02:00

31 lines
1.0 KiB
XML

<samba:parameter name="include"
context="G"
type="string"
generated_function="0"
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>
The parameter <parameter>include = registry</parameter> 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>