1 <samba:parameter name="ntvfs handler"
4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <para>This specifies the NTVFS handlers for this share.</para>
9 <listitem><para>unixuid: Sets up user credentials based on POSIX gid/uid.</para></listitem>
10 <listitem><para>cifs: Proxies a remote CIFS FS. Mainly useful for testing.</para></listitem>
11 <listitem><para>nbench: Filter module that saves data useful to the nbench benchmark suite.</para></listitem>
12 <listitem><para>ipc: Allows using SMB for inter process communication. Only used for the IPC$ share.</para></listitem>
13 <listitem><para>posix: Maps POSIX FS semantics to NT semantics</para></listitem>
14 <listitem><para>print: Allows printing over SMB. This is
15 LANMAN-style printing, not the be confused with the spoolss
16 DCE/RPC interface used by later versions of
17 Windows.</para></listitem>
20 <para>Note that this option is only used when the NTVFS file server
21 is in use. It is not used with the (default)
26 <value type="default">unixuid, default</value>