1 <samba:parameter name="config file"
4 function="next_configfile"
6 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
8 <para>This allows you to override the config file
9 to use, instead of the default (usually <filename moreinfo="none">smb.conf</filename>).
10 There is a chicken and egg problem here as this option is set
11 in the config file!</para>
13 <para>For this reason, if the name of the config file has changed
14 when the parameters are loaded then it will reload them from
15 the new config file.</para>
17 <para>This option takes the usual substitutions, which can
18 be very useful.</para>
20 <para>If the config file doesn't exist then it won't be loaded
21 (allowing you to special case the config files of just a few
24 <value type="example">/usr/local/samba/lib/smb.conf.%m</value>