mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
63e3c75374
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
24 lines
810 B
XML
24 lines
810 B
XML
<samba:parameter name="csc policy"
|
|
context="S"
|
|
type="enum"
|
|
enumlist="enum_csc_policy"
|
|
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
|
|
<smbconfoption name="csc policy">disable</smbconfoption>.
|
|
</para>
|
|
</description>
|
|
<value type="default">manual</value>
|
|
<value type="example">programs</value>
|
|
</samba:parameter>
|