docs:smbdotconf: remove swat-specific flags.
[Samba.git] / docs-xml / smbdotconf / protocol / sharefakefscaps.xml
blob8709a28f48c0b94577797e278d433257871c0d6e
1 <samba:parameter name="share:fake_fscaps"
2         context="G"
3         type="string"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
7         <para>
8         This is needed to support some special application that makes
9         QFSINFO calls to check whether we set the SPARSE_FILES bit
10         (0x40). If this bit is not set that particular application
11         refuses to work against
12         Samba. With <smbconfoption name="share:fake_fscaps">64</smbconfoption>
13         the SPARSE_FILES file system capability flag is set. Use other
14         decimal values to specify the bitmask you need to fake.
15         </para>
17 </description>
18 <value type="default">0</value>
19 </samba:parameter>