summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2018-12-02 09:21:26 +0100
committerJeremy Allison <jra@samba.org>2018-12-06 01:43:13 +0100
commit040a2c1729609837a4946f009d7b5a88515a9ba7 (patch)
tree6c79467c7822c2a18dd76b20d216714d79904750 /docs-xml/smbdotconf
parentea41bf46d8ad43dacd71422acfe184d5262a497a (diff)
downloadsamba-040a2c1729609837a4946f009d7b5a88515a9ba7.tar.gz
docs-xml: add "smbd async dosmode"
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'docs-xml/smbdotconf')
-rw-r--r--docs-xml/smbdotconf/misc/smbdasyncdosmode.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/misc/smbdasyncdosmode.xml b/docs-xml/smbdotconf/misc/smbdasyncdosmode.xml
new file mode 100644
index 00000000000..03d902c376a
--- /dev/null
+++ b/docs-xml/smbdotconf/misc/smbdasyncdosmode.xml
@@ -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>