smb.conf(5): Document 'share backend' parameter.
authorJelmer Vernooij <jelmer@samba.org>
Wed, 26 Sep 2012 22:44:46 +0000 (15:44 -0700)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 27 Sep 2012 00:52:38 +0000 (02:52 +0200)
docs-xml/smbdotconf/base/sharebackend.xml [new file with mode: 0644]

diff --git a/docs-xml/smbdotconf/base/sharebackend.xml b/docs-xml/smbdotconf/base/sharebackend.xml
new file mode 100644 (file)
index 0000000..10958fa
--- /dev/null
@@ -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>