~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to docs-xml/smbdotconf/misc/registryshares.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="registry shares"
 
2
                 context="G"
 
3
                 type="bool"
 
4
                 advanced="1"
 
5
                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 
6
<description>
 
7
        <para>
 
8
        This turns on or off support for share definitions read from
 
9
        registry. Shares defined in <emphasis>smb.conf</emphasis> take
 
10
        precedence over shares with the same name defined in
 
11
        registry. See the section on registry-based configuration
 
12
        for details. 
 
13
        </para>
 
14
 
 
15
        <para>
 
16
                Note that this parameter defaults to <emphasis>no</emphasis>,
 
17
                but it is set to <emphasis>yes</emphasis> when
 
18
                 <parameter>config backend</parameter> is set
 
19
                to <emphasis>registry</emphasis>.
 
20
        </para>
 
21
</description>
 
22
<value type="default">no</value>
 
23
<value type="example">yes</value>
 
24
</samba:parameter>