summaryrefslogtreecommitdiff
path: root/docs/htmldocs/manpages/vfs_smb_traffic_analyzer.8.html
diff options
context:
space:
mode:
authorbubulle <bubulle@alioth.debian.org>2009-02-26 22:15:00 +0000
committerbubulle <bubulle@alioth.debian.org>2009-02-26 22:15:00 +0000
commit7a15735eaa209f8dba887ffa180eb770389694de (patch)
treeaeb269dc0a1a8785a2c492b301110199c9cd1c67 /docs/htmldocs/manpages/vfs_smb_traffic_analyzer.8.html
parentca16c95b70df7e455b620a5d6eb9f224c725ae44 (diff)
downloadsamba-7a15735eaa209f8dba887ffa180eb770389694de.tar.gz
Load samba-3.3.1 into branches/samba/upstream.upstream/3.3.1
git-svn-id: svn://svn.debian.org/svn/pkg-samba/branches/samba/upstream@2611 fc4039ab-9d04-0410-8cac-899223bdd6b0
Diffstat (limited to 'docs/htmldocs/manpages/vfs_smb_traffic_analyzer.8.html')
-rw-r--r--docs/htmldocs/manpages/vfs_smb_traffic_analyzer.8.html11
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/htmldocs/manpages/vfs_smb_traffic_analyzer.8.html b/docs/htmldocs/manpages/vfs_smb_traffic_analyzer.8.html
index 9d0a148927..5278322428 100644
--- a/docs/htmldocs/manpages/vfs_smb_traffic_analyzer.8.html
+++ b/docs/htmldocs/manpages/vfs_smb_traffic_analyzer.8.html
@@ -23,7 +23,12 @@
in STRING.
</p></dd><dt><span class="term">smb_traffic_analyzer:anonymize_prefix = STRING</span></dt><dd><p>The module will replace the user names with a prefix
given by STRING and a simple hash number.
- </p></dd></dl></div></div><div class="refsect1" lang="en"><a name="id2483660"></a><h2>EXAMPLES</h2><p>The module running on share "example_share", using a unix domain socket</p><pre class="programlisting">
+ </p></dd><dt><span class="term">smb_traffic_analyzer:total_anonymization = STRING</span></dt><dd><p>If STRING matches to 'yes', the module will replace
+ any user name with the string given by the option
+ smb_traffic_analyzer:anonymize_prefix, without generating
+ an additional hash number. This means that any transfer data
+ will be mapped to a single user, leading to a total
+ anonymization of user related data.</p></dd></dl></div></div><div class="refsect1" lang="en"><a name="id2483679"></a><h2>EXAMPLES</h2><p>The module running on share "example_share", using a unix domain socket</p><pre class="programlisting">
<em class="parameter"><code>[example_share]</code></em>
<a class="link" href="smb.conf.5.html#PATH" target="_top">path = /data/example</a>
<a class="link" href="smb.conf.5.html#VFSOBJECTS" target="_top">vfs objects = smb_traffic_analyzer</a>
@@ -44,8 +49,8 @@
<a class="link" href="smb.conf.5.html#SMB_TRAFFIC_ANALYZER:HOST" target="_top">smb_traffic_analyzer:host = examplehost</a>
<a class="link" href="smb.conf.5.html#SMB_TRAFFIC_ANALYZER:PORT" target="_top">smb_traffic_analyzer:port = 3491</a>
<a class="link" href="smb.conf.5.html#SMB_TRAFFIC_ANALYZER:ANONYMIZE_PREFIX" target="_top">smb_traffic_analyzer:anonymize_prefix = User</a>
- </pre></div><div class="refsect1" lang="en"><a name="id2481611"></a><h2>VERSION</h2><p>This man page is correct for version 3.3 of the Samba suite.
- </p></div><div class="refsect1" lang="en"><a name="id2481622"></a><h2>AUTHOR</h2><p>The original Samba software and related utilities
+ </pre></div><div class="refsect1" lang="en"><a name="id2481629"></a><h2>VERSION</h2><p>This man page is correct for version 3.3 of the Samba suite.
+ </p></div><div class="refsect1" lang="en"><a name="id2481640"></a><h2>AUTHOR</h2><p>The original Samba software and related utilities
were created by Andrew Tridgell. Samba is now developed
by the Samba Team as an Open Source project similar
to the way the Linux kernel is developed.</p><p>The original version of the VFS module and the