mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
15d14d6126
The "posix" value of option "ntvfs handler" was written two times. This commit deletes the first occurrence so that the default value is the first seen by reader. Bug: https://bugzilla.samba.org/show_bug.cgi?id=13053 Signed-off-by: Yvan Masson <yvan@masson-informatique.fr> Reviewed-by: Marc Muehlfeld <mmuehlfeld@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Wed Sep 27 18:44:45 CEST 2017 on sn-devel-144
28 lines
1.2 KiB
XML
28 lines
1.2 KiB
XML
<samba:parameter name="ntvfs handler"
|
|
context="S"
|
|
type="list"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>This specifies the NTVFS handlers for this share.</para>
|
|
|
|
<itemizedlist>
|
|
<listitem><para>unixuid: Sets up user credentials based on POSIX gid/uid.</para></listitem>
|
|
<listitem><para>cifs: Proxies a remote CIFS FS. Mainly useful for testing.</para></listitem>
|
|
<listitem><para>nbench: Filter module that saves data useful to the nbench benchmark suite.</para></listitem>
|
|
<listitem><para>ipc: Allows using SMB for inter process communication. Only used for the IPC$ share.</para></listitem>
|
|
<listitem><para>posix: Maps POSIX FS semantics to NT semantics</para></listitem>
|
|
<listitem><para>print: Allows printing over SMB. This is
|
|
LANMAN-style printing, not the be confused with the spoolss
|
|
DCE/RPC interface used by later versions of
|
|
Windows.</para></listitem>
|
|
</itemizedlist>
|
|
|
|
<para>Note that this option is only used when the NTVFS file server
|
|
is in use. It is not used with the (default)
|
|
s3fs file server.
|
|
</para>
|
|
</description>
|
|
|
|
<value type="default">unixuid, default</value>
|
|
</samba:parameter>
|