mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
8f8a9f0190
(This used to be commit 9f672c26d63955f613088489c6efbdc08b5b2d14)
23 lines
754 B
XML
23 lines
754 B
XML
<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
|
|
<smbconfoption name="csc policy">disable</smbconfoption>.
|
|
</para>
|
|
</description>
|
|
<value type="default">manual</value>
|
|
<value type="example">programs</value>
|
|
</samba:parameter>
|