mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
64b720d284
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
20 lines
612 B
XML
20 lines
612 B
XML
<samba:parameter name="share backend"
|
|
context="G"
|
|
type="string"
|
|
constant="1"
|
|
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>
|