source: vendor/current/docs-xml/smbdotconf/locking/cscpolicy.xml

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

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