ctdb-server: Remove duplicate logic
[samba4-gss.git] / docs-xml / smbdotconf / misc / configfile.xml
blob3b67fb0045964d348286728eed3704d65e912f7c
1 <samba:parameter name="config file"
2                  context="G"
3                  type="string"
4                  function="next_configfile"
5                  substitution="1"
6                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
7 <description>
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 
22         clients).</para>
23 </description>
24 <value type="example">/usr/local/samba/lib/smb.conf.%m</value>
25 </samba:parameter>