~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to docs-xml/smbdotconf/misc/configfile.xml

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>