summaryrefslogtreecommitdiffstats
path: root/docs-xml
diff options
context:
space:
mode:
authorHolger Hetterich <hhetter@novell.com>2008-10-14 10:45:09 +0200
committerVolker Lendecke <vl@samba.org>2008-10-14 11:45:58 +0200
commit69c5992d173f58a71f1899fbb63d3b6219bd3f98 (patch)
treefc83bb819633223a3a4c3fe46306417d90df92c1 /docs-xml
parent3bd73c926ec83e07051b361c5681c29ced1f4fd3 (diff)
downloadsamba-69c5992d173f58a71f1899fbb63d3b6219bd3f98.tar.gz
samba-69c5992d173f58a71f1899fbb63d3b6219bd3f98.tar.xz
samba-69c5992d173f58a71f1899fbb63d3b6219bd3f98.zip
Fix the "Premature end of data in tag" error when buiding the manpage, fix a typo in the text, add an example for anonymization usage.
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/manpages-3/vfs_smb_traffic_analyzer.8.xml18
1 files changed, 15 insertions, 3 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 b51f6e8a16f..556fa3e86ea 100644
--- a/docs-xml/manpages-3/vfs_smb_traffic_analyzer.8.xml
+++ b/docs-xml/manpages-3/vfs_smb_traffic_analyzer.8.xml
@@ -105,7 +105,8 @@
<para>The module will send the data using the TCP port given
in STRING.
</para>
-
+ </listitem>
+ </varlistentry>
<varlistentry>
<term>smb_traffic_analyzer:anonymize_prefix = STRING</term>
<listitem>
@@ -131,16 +132,27 @@
<smbconfoption name="smb_traffic_analyzer:mode">unix_domain_socket</smbconfoption>
</programlisting>
- <para>The module running on share "example_share", using an internet domain socket,
+ <para>The module running on share "example_share", using an internet socket,
connecting to host "examplehost" on port 3491.</para>
<programlisting>
<smbconfsection name="[example_share]"/>
<smbconfoption name="path">/data/example</smbconfoption>
<smbconfoption name="vfs objects">smb_traffic_analyzer</smbconfoption>
<smbconfoption name="smb_traffic_analyzer:host">examplehost</smbconfoption>
- <smbconfoption name="smb_traffic_analyzer:port">3490</smbconfoption>
+ <smbconfoption name="smb_traffic_analyzer:port">3491</smbconfoption>
</programlisting>
+ <para>The module running on share "example_share", using an internet socket,
+ connecting to host "examplehost" on port 3491, anonymizing user names with
+ the prefix "User".</para>
+ <programlisting>
+ <smbconfsection name="[example_share]"/>
+ <smbconfoption name="path">/data/example</smbconfoption>
+ <smbconfoption name="vfs objects">smb_traffic_analyzer</smbconfoption>
+ <smbconfoption name="smb_traffic_analyzer:host">examplehost</smbconfoption>
+ <smbconfoption name="smb_traffic_analyzer:port">3491</smbconfoption>
+ <smbconfoption name="smb_traffic_analyzer:anonymize_prefix">User</smbconfoption>
+ </programlisting>
</refsect1>
<refsect1>