smb.conf(5): Add basic documentation for 'ntvfs handler'.
authorJelmer Vernooij <jelmer@samba.org>
Thu, 27 Sep 2012 20:28:23 +0000 (13:28 -0700)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 18 Oct 2012 20:34:29 +0000 (22:34 +0200)
docs-xml/smbdotconf/vfs/ntvfshandler.xml [new file with mode: 0644]

diff --git a/docs-xml/smbdotconf/vfs/ntvfshandler.xml b/docs-xml/smbdotconf/vfs/ntvfshandler.xml
new file mode 100644 (file)
index 0000000..e9dbc3c
--- /dev/null
@@ -0,0 +1,16 @@
+<samba:parameter name="ntvfs handler"
+                 context="S"
+                                type="list"
+                 advanced="1" developer="1"
+                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<description>
+       <para>This specifies the NTVFS handlers for this share.</para>
+
+       <para>Note that this option is only used when the NTVFS file server
+               is in use. It is not used with the (default)
+               s3fs file server.
+       </para>
+</description>
+
+<value type="default">unixuid default</value>
+</samba:parameter>