From 4261cae2eb8779df1b8940f044fff4215d45358f Mon Sep 17 00:00:00 2001 From: Holger Hetterich Date: Wed, 4 Feb 2009 15:31:24 +0100 Subject: 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. --- docs-xml/manpages-3/vfs_smb_traffic_analyzer.8.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'docs-xml/manpages-3') 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 @@ + + smb_traffic_analyzer:total_anonymization = STRING + + 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. + + -- cgit