summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorHolger Hetterich <hhetter@novell.com>2009-02-04 15:31:24 +0100
committerKarolin Seeger <kseeger@samba.org>2009-02-16 09:57:05 +0100
commitb2faf96cf737a3169e90d90939248d74f1fb3fc9 (patch)
treec37c409eb265bd01db0795cb2c70f825319f3041 /docs-xml
parente88029414fddb77c30c5efa2ca6c1c6e5c8d2e81 (diff)
downloadsamba-b2faf96cf737a3169e90d90939248d74f1fb3fc9.tar.gz
Enable total anonymization in vfs_smb_traffic_analyzer, by mapping any user names to the one given by anonymize_prefix, without generating a hash number. This setting is optional and is compatible with the module configuration format of Samba 3.3.
(cherry picked from commit 31d854fff40799f056748333c35df81466c3614c)
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/manpages-3/vfs_smb_traffic_analyzer.8.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs-xml/manpages-3/vfs_smb_traffic_analyzer.8.xml b/docs-xml/manpages-3/vfs_smb_traffic_analyzer.8.xml
index 556fa3e86ea..3a16b612100 100644
--- a/docs-xml/manpages-3/vfs_smb_traffic_analyzer.8.xml
+++ b/docs-xml/manpages-3/vfs_smb_traffic_analyzer.8.xml
@@ -117,6 +117,17 @@
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>smb_traffic_analyzer:total_anonymization = STRING</term>
+ <listitem>
+ <para>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.</para>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect1>