source: trunk-3.0/docs/manpages/vfs_audit.8@ 101

Last change on this file since 101 was 44, checked in by Paul Smedley, 18 years ago

Update source to 3.0.25b

File size: 1.7 KB
Line 
1.\"Generated by db2man.xsl. Don't modify this, modify the source.
2.de Sh \" Subsection
3.br
4.if t .Sp
5.ne 5
6.PP
7\fB\\$1\fR
8.PP
9..
10.de Sp \" Vertical space (when we can't use .PP)
11.if t .sp .5v
12.if n .sp
13..
14.de Ip \" List item
15.br
16.ie \\n(.$>=3 .ne \\$3
17.el .ne 3
18.IP "\\$1" \\$2
19..
20.TH "VFS_AUDIT" 8 "" "" ""
21.SH "NAME"
22vfs_audit - record selected Samba VFS operations in the system log
23.SH "SYNOPSIS"
24.HP 1
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.IP "" 3n
39connect
40.IP "" 3n
41disconnect
42.IP "" 3n
43opendir
44.IP "" 3n
45mkdir
46.IP "" 3n
47rmdir
48.IP "" 3n
49open
50.IP "" 3n
51close
52.IP "" 3n
53rename
54.IP "" 3n
55unlink
56.IP "" 3n
57chmod
58.IP "" 3n
59fchmod
60.IP "" 3n
61chmod_acl
62.IP "" 3n
63fchmod_acl
64.PP
65This module is stackable.
66.SH "OPTIONS"
67.PP
68audit:facility = FACILITY
69.RS 3n
70Log messages to the named
71\fBsyslog\fR(3)
72facility.
73.RE
74.PP
75audit:priority = PRIORITY
76.RS 3n
77Log messages with the named
78\fBsyslog\fR(3)
79priority.
80.RE
81.SH "EXAMPLES"
82.PP
83Log operations on all shares using the LOCAL1 facility and NOTICE priority:
84
85.nf
86
87 \fI[global]\fR
88 vfs objects = audit
89 audit:facility = LOCAL1
90 audit:priority = NOTICE
91
92.fi
93.SH "VERSION"
94.PP
95This man page is correct for version 3.0.25 of the Samba suite.
96.SH "AUTHOR"
97.PP
98The 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.
99
Note: See TracBrowser for help on using the repository browser.