smbd: skip access checks for stat-opens on streams in open_file()
[Samba.git] / docs-xml / smbdotconf / tuning / usemmap.xml
blob9a02501fad991ba0a40b398f89be985fba0ca274
1 <samba:parameter name="use mmap"
2                  context="G"
3                                  type="boolean"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6     <para>This global parameter determines if the tdb internals of Samba can
7     depend on mmap working correctly on the running system. Samba requires a coherent
8     mmap/read-write system memory cache. Currently only OpenBSD and HPUX do not have such a
9     coherent cache, and on those platforms this paramter is overridden internally
10     to be effeceively <constant>no</constant>. On all systems this parameter should be left alone. This
11     parameter is provided to help the Samba developers track down problems with
12     the tdb internal code.
13     </para>
14 </description>
16 <value type="default">yes</value>
17 </samba:parameter>