1 <samba:parameter name="csc policy"
4 enumlist="enum_csc_policy"
5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
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.
13 These values correspond to those used on Windows servers.
17 For example, shares containing roaming profiles can have offline caching disabled using
18 <smbconfoption name="csc policy">disable</smbconfoption>.
21 <value type="default">manual</value>
22 <value type="example">programs</value>