summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf/misc
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2018-12-02 10:07:59 +0100
committerJeremy Allison <jra@samba.org>2018-12-06 01:43:14 +0100
commit38d819e89924e2a93d7e3fca14471497d5d24d25 (patch)
tree61d3ee5916aca09d02548b34cae326b9f449ea85 /docs-xml/smbdotconf/misc
parent941d7e159a8098b12294ca561fd8e4b8f235c18f (diff)
downloadsamba-38d819e89924e2a93d7e3fca14471497d5d24d25.tar.gz
docs-xml: add "smbd getinfo ask sharemode"
Counterpart for "smbd search ask sharemode" for getinfo. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'docs-xml/smbdotconf/misc')
-rw-r--r--docs-xml/smbdotconf/misc/smbdgetinfoasksharemode.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/misc/smbdgetinfoasksharemode.xml b/docs-xml/smbdotconf/misc/smbdgetinfoasksharemode.xml
new file mode 100644
index 00000000000..1bef948ad2b
--- /dev/null
+++ b/docs-xml/smbdotconf/misc/smbdgetinfoasksharemode.xml
@@ -0,0 +1,14 @@
+<samba:parameter name="smbd getinfo ask sharemode"
+ context="S"
+ type="boolean"
+ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<description>
+ <para>
+ This parameter allows disabling fetching file write time from the open
+ file handle database locking.tdb when a client requests file or
+ directory metadata. It's a performance optimisation at the expense of
+ protocol correctness.
+ </para>
+</description>
+<value type="default">yes</value>
+</samba:parameter>