summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf/base/sharebackend.xml
blob: 10958fa244b41a4aefc7c200de2bb84f3341ddf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<samba:parameter name="share backend"
                 context="G"
                 type="choice"
                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
	<para>
	This option specifies the backend that will be used to access the configuration of
	file shares.
	</para>

	<para>Traditionally, Samba file shares have been configured in the
		<option>smb.conf</option> file and this is still the default.
	</para>

	<para>At the moment there are no other supported backends.</para>
</description>
<value type="default">classic</value>
</samba:parameter>