1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00
Gerald W. Carter 8f8a9f0190 Moving docs tree to docs-xml to make room for generated docs in the release tarball.
(This used to be commit 9f672c26d63955f613088489c6efbdc08b5b2d14)
2008-04-23 08:47:48 -05:00

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>