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"
|
---|
22 | vfs_audit - record selected Samba VFS operations in the system log
|
---|
23 | .SH "SYNOPSIS"
|
---|
24 | .HP 1
|
---|
25 | vfs objects = audit
|
---|
26 | .SH "DESCRIPTION"
|
---|
27 | .PP
|
---|
28 | This VFS module is part of the
|
---|
29 | \fBsamba\fR(7)
|
---|
30 | suite.
|
---|
31 | .PP
|
---|
32 | The
|
---|
33 | vfs_audit
|
---|
34 | VFS module records selected client operations to the system log using
|
---|
35 | \fBsyslog\fR(3).
|
---|
36 | .PP
|
---|
37 | The following Samba VFS operations are recorded:
|
---|
38 | .IP "" 3n
|
---|
39 | connect
|
---|
40 | .IP "" 3n
|
---|
41 | disconnect
|
---|
42 | .IP "" 3n
|
---|
43 | opendir
|
---|
44 | .IP "" 3n
|
---|
45 | mkdir
|
---|
46 | .IP "" 3n
|
---|
47 | rmdir
|
---|
48 | .IP "" 3n
|
---|
49 | open
|
---|
50 | .IP "" 3n
|
---|
51 | close
|
---|
52 | .IP "" 3n
|
---|
53 | rename
|
---|
54 | .IP "" 3n
|
---|
55 | unlink
|
---|
56 | .IP "" 3n
|
---|
57 | chmod
|
---|
58 | .IP "" 3n
|
---|
59 | fchmod
|
---|
60 | .IP "" 3n
|
---|
61 | chmod_acl
|
---|
62 | .IP "" 3n
|
---|
63 | fchmod_acl
|
---|
64 | .PP
|
---|
65 | This module is stackable.
|
---|
66 | .SH "OPTIONS"
|
---|
67 | .PP
|
---|
68 | audit:facility = FACILITY
|
---|
69 | .RS 3n
|
---|
70 | Log messages to the named
|
---|
71 | \fBsyslog\fR(3)
|
---|
72 | facility.
|
---|
73 | .RE
|
---|
74 | .PP
|
---|
75 | audit:priority = PRIORITY
|
---|
76 | .RS 3n
|
---|
77 | Log messages with the named
|
---|
78 | \fBsyslog\fR(3)
|
---|
79 | priority.
|
---|
80 | .RE
|
---|
81 | .SH "EXAMPLES"
|
---|
82 | .PP
|
---|
83 | Log 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
|
---|
95 | This man page is correct for version 3.0.25 of the Samba suite.
|
---|
96 | .SH "AUTHOR"
|
---|
97 | .PP
|
---|
98 | 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.
|
---|
99 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.