From 29cc33a9f2824fb3a9a842a6e3003771c95d1b90 Mon Sep 17 00:00:00 2001 From: vorlon Date: Sat, 14 Feb 2009 17:29:27 +0000 Subject: merge upstream 3.3.0 git-svn-id: svn://svn.debian.org/svn/pkg-samba/trunk/samba@2571 fc4039ab-9d04-0410-8cac-899223bdd6b0 --- docs/htmldocs/manpages/vfs_full_audit.8.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'docs/htmldocs/manpages/vfs_full_audit.8.html') diff --git a/docs/htmldocs/manpages/vfs_full_audit.8.html b/docs/htmldocs/manpages/vfs_full_audit.8.html index c598dd3263..e67574bbb2 100644 --- a/docs/htmldocs/manpages/vfs_full_audit.8.html +++ b/docs/htmldocs/manpages/vfs_full_audit.8.html @@ -1,4 +1,4 @@ -vfs_full_audit

Name

vfs_full_audit — record Samba VFS operations in the system log

Synopsis

vfs objects = full_audit

DESCRIPTION

This VFS module is part of the +vfs_full_audit

Name

vfs_full_audit — record Samba VFS operations in the system log

Synopsis

vfs objects = full_audit

DESCRIPTION

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

The vfs_full_audit VFS module records selected client operations to the system log using syslog(3).

vfs_full_audit is able to record the @@ -10,7 +10,7 @@ format consisting of fields separated by '|' characters. The format is:

 		smbd_audit: PREFIX|OPERATION|RESULT|FILE
-	

The record fields are:

  • PREFIX - the result of the full_audit:prefix string after variable substitutions

  • OPERATION - the name of the VFS operation

  • RESULT - whether the operation succeeded or failed

  • FILE - the name of the file or directory the operation was performed on

This module is stackable.

OPTIONS

vfs_full_audit:prefix = STRING

Prepend audit messages with STRING. STRING is +

The record fields are:

  • PREFIX - the result of the full_audit:prefix string after variable substitutions

  • OPERATION - the name of the VFS operation

  • RESULT - whether the operation succeeded or failed

  • FILE - the name of the file or directory the operation was performed on

This module is stackable.

OPTIONS

vfs_full_audit:prefix = STRING

Prepend audit messages with STRING. STRING is processed for standard substitution variables listed in smb.conf(5). The default prefix is "%u|%I".

vfs_full_audit:success = LIST

LIST is a list of VFS operations that should be @@ -24,19 +24,19 @@

full_audit:priority = PRIORITY

Log messages with the named syslog(3) priority. -

EXAMPLES

Log file and directory open operations on the [records] +

EXAMPLES

Log file and directory open operations on the [records] share using the LOCAL7 facility and ALERT priority, including the username and IP address:

         [records]
-	path = /data/records
-	vfs objects = full_audit
-	full_audit:prefix = %u|%I
-	full_audit:success = open opendir
-	full_audit:failure = all
-	full_audit:facility = LOCAL7
-	full_audit:priority = ALERT
-

VERSION

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

VERSION

This man page is correct for version 3.0.25 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.

-- cgit v1.2.3