blob: 81230d43574caed69b1602c5f1a12f3309cc07e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<samba:parameter xmlns:samba="http://samba.org/common">
<term><anchor id="INCLUDE"/>include (G)</term>
<listitem><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>Default: <emphasis>no file included</emphasis></para>
<para>Example: <command moreinfo="none">include = /usr/local/samba/lib/admin_smb.conf
</command></para></listitem>
</samba:parameter>
|