docs-xml: remove explicit "constant"
[bbaumbach/samba-autobuild/.git] / docs-xml / smbdotconf / base / sharebackend.xml
1 <samba:parameter name="share backend"
2                  context="G"
3                  type="string"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6         <para>
7         This option specifies the backend that will be used to access the configuration of
8         file shares.
9         </para>
10
11         <para>Traditionally, Samba file shares have been configured in the
12                 <option>smb.conf</option> file and this is still the default.
13         </para>
14
15         <para>At the moment there are no other supported backends.</para>
16 </description>
17 <value type="default">classic</value>
18 </samba:parameter>