source: branches/samba-3.5.x/docs-xml/smbdotconf/locking/cscpolicy.xml

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

Samba 3.5.0: Initial import

File size: 754 bytes
Line 
1<samba:parameter name="csc policy"
2 context="S"
3 type="enum"
4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5<description>
6 <para>
7 This stands for <emphasis>client-side caching policy</emphasis>, and specifies how clients capable of offline
8 caching will cache the files in the share. The valid values are: manual, documents, programs, disable.
9 </para>
10
11 <para>
12 These values correspond to those used on Windows servers.
13 </para>
14
15 <para>
16 For example, shares containing roaming profiles can have offline caching disabled using
17 <smbconfoption name="csc policy">disable</smbconfoption>.
18 </para>
19</description>
20<value type="default">manual</value>
21<value type="example">programs</value>
22</samba:parameter>
Note: See TracBrowser for help on using the repository browser.