Fix a couple of tags.
[Samba.git] / docs / smbdotconf / misc / include.xml
blobd8179ef1b0d59bf07d238d4e42e545a0e654d228
1 <samba:parameter name="include"
2                  context="G"
3                  type="string"
4                  hide="1"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7         <para>
8         This allows you to include one config file inside another.  The file is included literally, as though typed 
9         in place.
10         </para>
12         <para>
13         It takes the standard substitutions, except <parameter moreinfo="none">%u</parameter>, 
14         <parameter moreinfo="none">%P</parameter> and <parameter moreinfo="none">%S</parameter>.
15         </para>
16         
17         <para>
18         Since Samba version 3.0.26, setting 
19         <smbconfoption name="include">registry</smbconfoption> has
20         a special meaning: It does <emphasis>not</emphasis> include
21         a file named <emphasis>registry</emphasis> from the current working
22         directory, but instead reads the global configuration options 
23         from the registry. See the section on registry-based
24         configuration for details. Note that this option
25         automatically activates registry shares.
26         </para>
27 </description>
29 <value type="default"></value>
30 <value type="example">/usr/local/samba/lib/admin_smb.conf</value>
31 </samba:parameter>