source: branches/samba-3.5.x/docs/manpages/vfs_audit.8

Last change on this file was 773, checked in by Herwig Bauernfeind, 12 years ago

Samba Server 3.5: Update branch to 3.5.20

File size: 2.3 KB
Line 
1'\" t
2.\" Title: vfs_audit
3.\" Author: [see the "AUTHOR" section]
4.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5.\" Date: 12/14/2012
6.\" Manual: System Administration tools
7.\" Source: Samba 3.5
8.\" Language: English
9.\"
10.TH "VFS_AUDIT" "8" "12/14/2012" "Samba 3\&.5" "System Administration tools"
11.\" -----------------------------------------------------------------
12.\" * set default formatting
13.\" -----------------------------------------------------------------
14.\" disable hyphenation
15.nh
16.\" disable justification (adjust text to left margin only)
17.ad l
18.\" -----------------------------------------------------------------
19.\" * MAIN CONTENT STARTS HERE *
20.\" -----------------------------------------------------------------
21.SH "NAME"
22vfs_audit \- record selected Samba VFS operations in the system log
23.SH "SYNOPSIS"
24.HP \w'\ 'u
25vfs objects = audit
26.SH "DESCRIPTION"
27.PP
28This VFS module is part of the
29\fBsamba\fR(7)
30suite\&.
31.PP
32The
33vfs_audit
34VFS module records selected client operations to the system log using
35\fBsyslog\fR(3)\&.
36.PP
37The following Samba VFS operations are recorded:
38.RS 4
39connect
40.RE
41.RS 4
42disconnect
43.RE
44.RS 4
45opendir
46.RE
47.RS 4
48mkdir
49.RE
50.RS 4
51rmdir
52.RE
53.RS 4
54open
55.RE
56.RS 4
57close
58.RE
59.RS 4
60rename
61.RE
62.RS 4
63unlink
64.RE
65.RS 4
66chmod
67.RE
68.RS 4
69fchmod
70.RE
71.RS 4
72chmod_acl
73.RE
74.RS 4
75fchmod_acl
76.RE
77.PP
78This module is stackable\&.
79.SH "OPTIONS"
80.PP
81audit:facility = FACILITY
82.RS 4
83Log messages to the named
84\fBsyslog\fR(3)
85facility\&.
86.RE
87.PP
88audit:priority = PRIORITY
89.RS 4
90Log messages with the named
91\fBsyslog\fR(3)
92priority\&.
93.RE
94.SH "EXAMPLES"
95.PP
96Log operations on all shares using the LOCAL1 facility and NOTICE priority:
97.sp
98.if n \{\
99.RS 4
100.\}
101.nf
102 \fI[global]\fR
103 \m[blue]\fBvfs objects = audit\fR\m[]
104 \m[blue]\fBaudit:facility = LOCAL1\fR\m[]
105 \m[blue]\fBaudit:priority = NOTICE\fR\m[]
106.fi
107.if n \{\
108.RE
109.\}
110.SH "VERSION"
111.PP
112This man page is correct for version 3\&.0\&.25 of the Samba suite\&.
113.SH "AUTHOR"
114.PP
115The 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\&.
Note: See TracBrowser for help on using the repository browser.