Add all the source files from the old CVS tree,
[tprouty/samba.git] / docs / smbdotconf / locking / cscpolicy.xml
1 <samba:parameter name="csc policy"
2                  context="S"
3                                  type="enum"
4                  xmlns:samba="http://samba.org/common">
5 <description>
6         <para>This stands for <emphasis>client-side caching 
7         policy</emphasis>, and specifies how clients capable of offline
8         caching will cache the files in the share. The valid values
9         are: manual, documents, programs, disable.</para>
10
11         <para>These values correspond to those used on Windows servers.</para>
12
13         <para>For example, shares containing roaming profiles can have
14         offline caching disabled using <command 
15         moreinfo="none">csc policy = disable</command>.</para>
16 </description>
17 <value type="default">manual</value>
18 <value type="example">programs</value>
19 </samba:parameter>