ctdb-server: Remove duplicate logic
[samba4-gss.git] / docs-xml / smbdotconf / vfs / ntvfshandler.xml
blobc5fcf8c316b06ad26fdbcdbdaf75affdd874112f
1 <samba:parameter name="ntvfs handler"
2                  context="S"
3                  type="list"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6         <para>This specifies the NTVFS handlers for this share.</para>
8         <itemizedlist>
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>
18         </itemizedlist>
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)
22                 s3fs file server.
23         </para>
24 </description>
26 <value type="default">unixuid, default</value>
27 </samba:parameter>