testprogs/blackbox: add 'net ads keytab delete' tests to test_net_ads.sh
[Samba.git] / docs-xml / smbdotconf / protocol / sharefakefscaps.xml
blob11f495526f59f30a1d116c1a40aa4ce6341b82a1
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>