source: trunk/server/docs-xml/smbdotconf/protocol/sharefakefscaps.xml

Last change on this file was 414, checked in by Herwig Bauernfeind, 16 years ago

Samba 3.5.0: Initial import

File size: 673 bytes
Line 
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>
7
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>
17
18</description>
19<value type="default">0</value>
20</samba:parameter>
Note: See TracBrowser for help on using the repository browser.