summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2012-09-26 15:44:46 -0700
committerJelmer Vernooij <jelmer@samba.org>2012-09-27 02:52:38 +0200
commitb6cb0b65e08aee972321220ae54cdf2d181356a8 (patch)
tree15d9ebbcc24e877506f1ea8d961e7ad40070ad8b /docs-xml/smbdotconf
parentb97c257f3af942d0767226793fa705940caad8dd (diff)
downloadsamba-b6cb0b65e08aee972321220ae54cdf2d181356a8.tar.gz
samba-b6cb0b65e08aee972321220ae54cdf2d181356a8.tar.bz2
samba-b6cb0b65e08aee972321220ae54cdf2d181356a8.zip
smb.conf(5): Document 'share backend' parameter.
Diffstat (limited to 'docs-xml/smbdotconf')
-rw-r--r--docs-xml/smbdotconf/base/sharebackend.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/base/sharebackend.xml b/docs-xml/smbdotconf/base/sharebackend.xml
new file mode 100644
index 0000000000..10958fa244
--- /dev/null
+++ b/docs-xml/smbdotconf/base/sharebackend.xml
@@ -0,0 +1,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>