blob: 1bef948ad2bc49d4fc2f40e8d5668b33fbf030fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>
|