1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/docs-xml/smbdotconf/locking/cscpolicy.xml
Michael Adam 63e3c75374 docs:smbdotconf: add enumlist property to parameters where missing
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
2015-07-31 01:55:29 +02:00

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>