Changeset 134 for branches/samba-3.0/docs/manpages/vfs_audit.8
- Timestamp:
- May 23, 2008, 6:56:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/docs/manpages/vfs_audit.8
r44 r134 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 "" "" "" 1 .\" Title: vfs_audit 2 .\" Author: 3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> 4 .\" Date: 05/21/2008 5 .\" Manual: System Administration tools 6 .\" Source: Samba 3.0 7 .\" 8 .TH "VFS_AUDIT" "8" "05/21/2008" "Samba 3\.0" "System Administration tools" 9 .\" disable hyphenation 10 .nh 11 .\" disable justification (adjust text to left margin only) 12 .ad l 21 13 .SH "NAME" 22 14 vfs_audit - record selected Samba VFS operations in the system log … … 28 20 This VFS module is part of the 29 21 \fBsamba\fR(7) 30 suite .22 suite\. 31 23 .PP 32 24 The 33 25 vfs_audit 34 26 VFS module records selected client operations to the system log using 35 \fBsyslog\fR(3) .27 \fBsyslog\fR(3)\. 36 28 .PP 37 29 The following Samba VFS operations are recorded: 38 .IP "" 3n30 .IP "" 4 39 31 connect 40 .IP "" 3n32 .IP "" 4 41 33 disconnect 42 .IP "" 3n34 .IP "" 4 43 35 opendir 44 .IP "" 3n36 .IP "" 4 45 37 mkdir 46 .IP "" 3n38 .IP "" 4 47 39 rmdir 48 .IP "" 3n40 .IP "" 4 49 41 open 50 .IP "" 3n42 .IP "" 4 51 43 close 52 .IP "" 3n44 .IP "" 4 53 45 rename 54 .IP "" 3n46 .IP "" 4 55 47 unlink 56 .IP "" 3n48 .IP "" 4 57 49 chmod 58 .IP "" 3n50 .IP "" 4 59 51 fchmod 60 .IP "" 3n52 .IP "" 4 61 53 chmod_acl 62 .IP "" 3n54 .IP "" 4 63 55 fchmod_acl 64 56 .PP 65 This module is stackable .57 This module is stackable\. 66 58 .SH "OPTIONS" 67 59 .PP 68 60 audit:facility = FACILITY 69 .RS 3n61 .RS 4 70 62 Log messages to the named 71 63 \fBsyslog\fR(3) 72 facility .64 facility\. 73 65 .RE 74 66 .PP 75 67 audit:priority = PRIORITY 76 .RS 3n68 .RS 4 77 69 Log messages with the named 78 70 \fBsyslog\fR(3) 79 priority .71 priority\. 80 72 .RE 81 73 .SH "EXAMPLES" 82 74 .PP 83 75 Log operations on all shares using the LOCAL1 facility and NOTICE priority: 84 76 .sp 77 .RS 4 85 78 .nf 86 87 79 \fI[global]\fR 88 vfs objects = audit 89 audit:facility = LOCAL1 90 audit:priority = NOTICE 91 80 \fIvfs objects = audit\fR 81 \fIaudit:facility = LOCAL1\fR 82 \fIaudit:priority = NOTICE\fR 92 83 .fi 84 .RE 93 85 .SH "VERSION" 94 86 .PP 95 This man page is correct for version 3 .0.25 of the Samba suite.87 This man page is correct for version 3\.0\.25 of the Samba suite\. 96 88 .SH "AUTHOR" 97 89 .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 90 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\.
Note:
See TracChangeset
for help on using the changeset viewer.