diff options
author | Holger Hetterich <hhetter@novell.com> | 2009-02-04 15:31:24 +0100 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2009-02-13 17:22:25 -0800 |
commit | 4261cae2eb8779df1b8940f044fff4215d45358f (patch) | |
tree | 76ae0daab4506ef5fa5c44bc58e0cceb6f1ec0ba /docs-xml/manpages-3 | |
parent | bcdf345df98ed356d94588f4617280450ff6e890 (diff) | |
download | samba-4261cae2eb8779df1b8940f044fff4215d45358f.tar.gz samba-4261cae2eb8779df1b8940f044fff4215d45358f.tar.bz2 samba-4261cae2eb8779df1b8940f044fff4215d45358f.zip |
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.
Diffstat (limited to 'docs-xml/manpages-3')
-rw-r--r-- | docs-xml/manpages-3/vfs_smb_traffic_analyzer.8.xml | 11 |
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 556fa3e86e..3a16b61210 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> |