summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalph Boehme <rb@sernet.de>2014-05-26 16:12:17 +0200
committerMichael Adam <obnox@samba.org>2014-06-13 15:51:43 +0200
commit5c874251ff78708706c7b421bb24c00ccd995a65 (patch)
treed3ed5caba0fdb94e640685875617e9c0d08dabb2
parent634bcb09a08b927fd79ae0e16aeee2a123605f94 (diff)
downloadsamba-5c874251ff78708706c7b421bb24c00ccd995a65.tar.gz
samba-5c874251ff78708706c7b421bb24c00ccd995a65.tar.xz
samba-5c874251ff78708706c7b421bb24c00ccd995a65.zip
man vfs_streams_xattr: new options "prefix" and "store_stream_type"
Add documentation for the two new options "streams_xattr:prefix" and "streams_xattr:store_stream_type". Signed-off-by: Ralph Boehme <rb@sernet.de> Reviewed-by: Christof Schmitt <cs@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Fri Jun 13 15:51:43 CEST 2014 on sn-devel-104
-rw-r--r--docs-xml/manpages/vfs_streams_xattr.8.xml34
1 files changed, 32 insertions, 2 deletions
diff --git a/docs-xml/manpages/vfs_streams_xattr.8.xml b/docs-xml/manpages/vfs_streams_xattr.8.xml
index 5aa5aa8a660..2deb802bcc1 100644
--- a/docs-xml/manpages/vfs_streams_xattr.8.xml
+++ b/docs-xml/manpages/vfs_streams_xattr.8.xml
@@ -33,8 +33,11 @@
alternate data streams in the file system. As a normal posix file
system does not support the concept of multiple data streams per file,
the streams_xattr module stores the data in posix extended attributes
- (xattrs). The name of these attributes is
- user.DosStream."ADS-NAME".</para>
+ (xattrs). The name of these attributes by default is
+ user.DosStream."ADS-NAME". The prefix "user.DosStream." can be changed
+ with the module option <command>streams_xattr:prefix</command>, but be
+ aware that this will also expose those ADS over the SMB extended
+ attributes interface.</para>
<para>The file system that is shared with this module enabled must
support xattrs.</para>
@@ -46,6 +49,33 @@
</refsect1>
<refsect1>
+ <title>OPTIONS</title>
+
+ <variablelist>
+
+ <varlistentry>
+ <term>streams_xattr:prefix = STRING</term>
+ <listitem>
+ <para>Name prefix used when storing an ADS in an xattr, defaults to
+ <command>user.DosStream.</command>. Changing this will also
+ expose ADS over the SMB extended attributes interface.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>streams_xattr:store_stream_type = [yes|no]</term>
+ <listitem>
+ <para>Whether the xattr names for Alternate Data Streams of type
+ "$DATA" are suffixed by the stream type string ":$DATA".
+ The default is <command>yes</command>.</para>
+ </listitem>
+ </varlistentry>
+
+ </variablelist>
+
+</refsect1>
+
+<refsect1>
<title>EXAMPLES</title>
<programlisting>