summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-09-21 14:32:27 -0700
committerAndrew Bartlett <abartlet@samba.org>2013-09-22 11:24:31 -0700
commit274b899095645550e263564ae4e03b4f0d6bdbea (patch)
treef204db965e554ba569f8b4c1ec785f50e2261118 /docs-xml/smbdotconf
parent334d83e4e7821b3f2ac54ef11f67aefaa564b00b (diff)
downloadsamba-274b899095645550e263564ae4e03b4f0d6bdbea.tar.gz
samba-274b899095645550e263564ae4e03b4f0d6bdbea.tar.bz2
samba-274b899095645550e263564ae4e03b4f0d6bdbea.zip
smb.conf: Fill out the ntvfs handler smb.conf page from source4/NEWS
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'docs-xml/smbdotconf')
-rw-r--r--docs-xml/smbdotconf/vfs/ntvfshandler.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/vfs/ntvfshandler.xml b/docs-xml/smbdotconf/vfs/ntvfshandler.xml
index aa3bce5c0c..92b5c6dc94 100644
--- a/docs-xml/smbdotconf/vfs/ntvfshandler.xml
+++ b/docs-xml/smbdotconf/vfs/ntvfshandler.xml
@@ -6,6 +6,19 @@
<description>
<para>This specifies the NTVFS handlers for this share.</para>
+ <itemizedlist>
+ <listitem><para>posix: Maps POSIX FS semantics to NT semantics</para></listitem>
+ <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.