summaryrefslogtreecommitdiff
path: root/docs/smbdotconf/locking/cscpolicy.xml
blob: 7f714f23d06290d9a4fab8ef5521f943c1203279 (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://samba.org/common">
<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>