From 1e4514a1edfdd1dde65a7567a7d7328de40e3493 Mon Sep 17 00:00:00 2001 From: bubulle Date: Mon, 6 Jul 2009 18:17:09 +0000 Subject: merge upstream 3.4.0 git-svn-id: svn://svn.debian.org/svn/pkg-samba/trunk/samba@2936 fc4039ab-9d04-0410-8cac-899223bdd6b0 --- docs/htmldocs/manpages/vfs_smb_traffic_analyzer.8.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/htmldocs/manpages/vfs_smb_traffic_analyzer.8.html') diff --git a/docs/htmldocs/manpages/vfs_smb_traffic_analyzer.8.html b/docs/htmldocs/manpages/vfs_smb_traffic_analyzer.8.html index 5278322428..1088be7759 100644 --- a/docs/htmldocs/manpages/vfs_smb_traffic_analyzer.8.html +++ b/docs/htmldocs/manpages/vfs_smb_traffic_analyzer.8.html @@ -1,5 +1,5 @@ smb_traffic_analyzer

Name

vfs_smb_traffic_analyzer — log Samba VFS read and write operations through a socket - to a helper application

Synopsis

vfs objects = smb_traffic_analyzer

DESCRIPTION

This VFS module is part of the + to a helper application

Synopsis

vfs objects = smb_traffic_analyzer

DESCRIPTION

This VFS module is part of the samba(7) suite.

The vfs_smb_traffic_analyzer VFS module logs client write and read operations on a Samba server and sends this data over a socket to a helper program, which feeds a SQL database. More @@ -15,7 +15,7 @@

  • BYTES - the length in bytes of the VFS operation

  • USER - the user who initiated the operation

  • DOMAIN - the domain of the user

  • READ/WRITE - either "W" for a write operation or "R" for read

  • SHARE - the name of the share on which the VFS operation occured

  • FILENAME - the name of the file that was used by the VFS operation

  • TIMESTAMP - a timestamp, formatted as "yyyy-mm-dd hh-mm-ss.ms" indicating when the VFS operation occured

-

This module is stackable.

OPTIONS

smb_traffic_analyzer:mode = STRING

If STRING matches to "unix_domain_socket", the module will +

This module is stackable.

OPTIONS

smb_traffic_analyzer:mode = STRING

If STRING matches to "unix_domain_socket", the module will use a unix domain socket located at /var/tmp/stadsocket, if STRING contains an different string or is not defined, the module will use an internet domain socket for data transfer.

smb_traffic_analyzer:host = STRING

The module will send the data to the system named with @@ -28,7 +28,7 @@ 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.

EXAMPLES

The module running on share "example_share", using a unix domain socket

+		anonymization of user related data.

EXAMPLES

The module running on share "example_share", using a unix domain socket

 	[example_share]
 	path = /data/example
 	vfs objects = smb_traffic_analyzer
@@ -49,8 +49,8 @@
 	smb_traffic_analyzer:host = examplehost
 	smb_traffic_analyzer:port = 3491
 	smb_traffic_analyzer:anonymize_prefix = User
-	

VERSION

This man page is correct for version 3.3 of the Samba suite. -

AUTHOR

The original Samba software and related utilities +

VERSION

This man page is correct for version 3.3 of the Samba suite. +

AUTHOR

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.

The original version of the VFS module and the -- cgit v1.2.3