docs-xml: add "smbd async dosmode"
authorRalph Boehme <slow@samba.org>
Sun, 2 Dec 2018 08:21:26 +0000 (09:21 +0100)
committerJeremy Allison <jra@samba.org>
Thu, 6 Dec 2018 00:43:13 +0000 (01:43 +0100)
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
docs-xml/smbdotconf/misc/smbdasyncdosmode.xml [new file with mode: 0644]

diff --git a/docs-xml/smbdotconf/misc/smbdasyncdosmode.xml b/docs-xml/smbdotconf/misc/smbdasyncdosmode.xml
new file mode 100644 (file)
index 0000000..03d902c
--- /dev/null
@@ -0,0 +1,13 @@
+<samba:parameter name="smbd async dosmode"
+                 context="S"
+                 type="boolean"
+                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<description>
+       <para>
+         This parameter control whether the fileserver will use sync or async
+         methods for fetching the DOS attributes when doing a directory listing. By default sync methods will be
+         used.
+       </para>
+</description>
+<value type="default">no</value>
+</samba:parameter>