source: branches/samba-3.5.x/docs-xml/smbdotconf/misc/configfile.xml

Last change on this file was 414, checked in by Herwig Bauernfeind, 15 years ago

Samba 3.5.0: Initial import

File size: 908 bytes
Line 
1<samba:parameter name="config file"
2 context="G"
3 type="string"
4 hide="1"
5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6<description>
7 <para>This allows you to override the config file
8 to use, instead of the default (usually <filename moreinfo="none">smb.conf</filename>).
9 There is a chicken and egg problem here as this option is set
10 in the config file!</para>
11
12 <para>For this reason, if the name of the config file has changed
13 when the parameters are loaded then it will reload them from
14 the new config file.</para>
15
16 <para>This option takes the usual substitutions, which can
17 be very useful.</para>
18
19 <para>If the config file doesn't exist then it won't be loaded
20 (allowing you to special case the config files of just a few
21 clients).</para>
22</description>
23<value type="example">/usr/local/samba/lib/smb.conf.%m</value>
24</samba:parameter>
Note: See TracBrowser for help on using the repository browser.