s3: smbd: Incorrect file size returned in the response of "FILE_SUPERSEDE Create"
[Samba.git] / docs-xml / smbdotconf / vfs / ntvfshandler.xml
blob92b5c6dc9451255d177a695b3e310261c0bbd3a0
1 <samba:parameter name="ntvfs handler"
2                  context="S"
3                  type="list"
4                  advanced="1" developer="1"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7         <para>This specifies the NTVFS handlers for this share.</para>
9         <itemizedlist>
10           <listitem><para>posix: Maps POSIX FS semantics to NT semantics</para></listitem>
11           <listitem><para>unixuid: Sets up user credentials based on POSIX gid/uid.</para></listitem>
12           <listitem><para>cifs: Proxies a remote CIFS FS. Mainly useful for testing.</para></listitem>
13           <listitem><para>nbench: Filter module that saves data useful to the nbench benchmark suite.</para></listitem>
14           <listitem><para>ipc: Allows using SMB for inter process communication. Only used for the IPC$ share.</para></listitem>
15           <listitem><para>posix: Maps POSIX FS semantics to NT semantics</para></listitem>
16           <listitem><para>print: Allows printing over SMB. This is
17           LANMAN-style printing, not the be confused with the spoolss
18           DCE/RPC interface used by later versions of
19           Windows.</para></listitem>
20         </itemizedlist>
22         <para>Note that this option is only used when the NTVFS file server
23                 is in use. It is not used with the (default)
24                 s3fs file server.
25         </para>
26 </description>
28 <value type="default">unixuid default</value>
29 </samba:parameter>