smb.conf(5): client min protocol: add hint at list of available protocols
[Samba/gebeck_regimport.git] / docs-xml / smbdotconf / protocol / sharefakefscaps.xml
blob713b95bda7131250d246f060343c99f8130871d2
1 <samba:parameter name="share:fake_fscaps"
2         context="G"
3         type="string"
4                  advanced="1" developer="0"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
8         <para>
9         This is needed to support some special application that makes
10         QFSINFO calls to check whether we set the SPARSE_FILES bit
11         (0x40). If this bit is not set that particular application
12         refuses to work against
13         Samba. With <smbconfoption name="share:fake_fscaps">64</smbconfoption>
14         the SPARSE_FILES file system capability flag is set. Use other
15         decimal values to specify the bitmask you need to fake.
16         </para>
18 </description>
19 <value type="default">0</value>
20 </samba:parameter>