diff options
author | Ralph Boehme <slow@samba.org> | 2018-11-30 20:24:10 +0100 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2018-12-06 01:43:13 +0100 |
commit | ea36967c04daba6fdc349222240a0847b6ca2385 (patch) | |
tree | da11ad939bd987f092a62e7dde9f837ac7be372b /docs-xml | |
parent | 69521c17bb62c6c35498083470bf00277a3cec89 (diff) | |
download | samba-ea36967c04daba6fdc349222240a0847b6ca2385.tar.gz |
docs-xml: add "smbd search ask sharemode"
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/smbdotconf/misc/smbdsearchasksharemode.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/misc/smbdsearchasksharemode.xml b/docs-xml/smbdotconf/misc/smbdsearchasksharemode.xml new file mode 100644 index 00000000000..de78818c5f8 --- /dev/null +++ b/docs-xml/smbdotconf/misc/smbdsearchasksharemode.xml @@ -0,0 +1,13 @@ +<samba:parameter name="smbd search 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. It's a performance optimisation at + the expense of protocol correctness. + </para> +</description> +<value type="default">yes</value> +</samba:parameter> |