blob: 9886a1e8c0d95455391f74bd6075e4b88dfbdc31 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<samba:parameter name="csc policy"
context="S"
type="enum"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This stands for <emphasis>client-side caching
policy</emphasis>, and specifies how clients capable of offline
caching will cache the files in the share. The valid values
are: manual, documents, programs, disable.</para>
<para>These values correspond to those used on Windows servers.</para>
<para>For example, shares containing roaming profiles can have
offline caching disabled using <command
moreinfo="none">csc policy = disable</command>.</para>
</description>
<value type="default">manual</value>
<value type="example">programs</value>
</samba:parameter>
|