From a76d046b2f8155ada2f347f03ef400d760a9a238 Mon Sep 17 00:00:00 2001 From: vorlon Date: Sun, 20 Jul 2008 08:39:10 +0000 Subject: merge samba 3.2 experimental branch to unstable git-svn-id: svn://svn.debian.org/svn/pkg-samba/trunk/samba@2053 fc4039ab-9d04-0410-8cac-899223bdd6b0 --- docs/htmldocs/manpages/vfs_full_audit.8.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 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 4d96181ca9..6ebb8b5289 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,7 +24,7 @@

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]
@@ -35,8 +35,8 @@
 	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. -

AUTHOR

The original Samba software and related utilities +

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