From 274b899095645550e263564ae4e03b4f0d6bdbea Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 21 Sep 2013 14:32:27 -0700 Subject: smb.conf: Fill out the ntvfs handler smb.conf page from source4/NEWS Signed-off-by: Andrew Bartlett Reviewed-by: Stefan Metzmacher Reviewed-by: Michael Adam --- docs-xml/smbdotconf/vfs/ntvfshandler.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'docs-xml/smbdotconf') 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 @@ This specifies the NTVFS handlers for this share. + + posix: Maps POSIX FS semantics to NT semantics + unixuid: Sets up user credentials based on POSIX gid/uid. + cifs: Proxies a remote CIFS FS. Mainly useful for testing. + nbench: Filter module that saves data useful to the nbench benchmark suite. + ipc: Allows using SMB for inter process communication. Only used for the IPC$ share. + posix: Maps POSIX FS semantics to NT semantics + 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. + + 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. -- cgit