diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-09-27 13:28:23 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-10-18 22:34:29 +0200 |
commit | 394258ad4c3413388e800800b2b1b941de037fa3 (patch) | |
tree | 30acf7044f74208e997bc992980851ccdb4f24b1 /docs-xml/smbdotconf/vfs | |
parent | c6ba8575ea7fe8b0fdc49d4f823ca441ae99070a (diff) | |
download | samba-394258ad4c3413388e800800b2b1b941de037fa3.tar.gz samba-394258ad4c3413388e800800b2b1b941de037fa3.tar.bz2 samba-394258ad4c3413388e800800b2b1b941de037fa3.zip |
smb.conf(5): Add basic documentation for 'ntvfs handler'.
Diffstat (limited to 'docs-xml/smbdotconf/vfs')
-rw-r--r-- | docs-xml/smbdotconf/vfs/ntvfshandler.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/vfs/ntvfshandler.xml b/docs-xml/smbdotconf/vfs/ntvfshandler.xml new file mode 100644 index 0000000000..e9dbc3cb08 --- /dev/null +++ b/docs-xml/smbdotconf/vfs/ntvfshandler.xml @@ -0,0 +1,16 @@ +<samba:parameter name="ntvfs handler" + context="S" + type="list" + advanced="1" developer="1" + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> +<description> + <para>This specifies the NTVFS handlers for this share.</para> + + <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> |