blob: 32a10b5bd63bccccb0be48b4f79494e52a57c20c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<samba:parameter name="vfs objects"
context="S"
xmlns:samba="http://samba.org/common">
<listitem>
<para>This parameter specifies the backend names which
are used for Samba VFS I/O operations. By default, normal
disk I/O operations are used but these can be overloaded
with one or more VFS objects. </para>
<para>Default: <emphasis>no value</emphasis></para>
<para>Example: <command moreinfo="none">vfs objects = extd_audit recycle</command></para>
</listitem>
</samba:parameter>
|