Ignore:
Timestamp:
May 23, 2008, 6:56:41 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.29

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
    2113.SH "NAME"
    2214vfs_audit - record selected Samba VFS operations in the system log
     
    2820This VFS module is part of the
    2921\fBsamba\fR(7)
    30 suite.
     22suite\.
    3123.PP
    3224The
    3325vfs_audit
    3426VFS module records selected client operations to the system log using
    35 \fBsyslog\fR(3).
     27\fBsyslog\fR(3)\.
    3628.PP
    3729The following Samba VFS operations are recorded:
    38 .IP "" 3n
     30.IP "" 4
    3931connect
    40 .IP "" 3n
     32.IP "" 4
    4133disconnect
    42 .IP "" 3n
     34.IP "" 4
    4335opendir
    44 .IP "" 3n
     36.IP "" 4
    4537mkdir
    46 .IP "" 3n
     38.IP "" 4
    4739rmdir
    48 .IP "" 3n
     40.IP "" 4
    4941open
    50 .IP "" 3n
     42.IP "" 4
    5143close
    52 .IP "" 3n
     44.IP "" 4
    5345rename
    54 .IP "" 3n
     46.IP "" 4
    5547unlink
    56 .IP "" 3n
     48.IP "" 4
    5749chmod
    58 .IP "" 3n
     50.IP "" 4
    5951fchmod
    60 .IP "" 3n
     52.IP "" 4
    6153chmod_acl
    62 .IP "" 3n
     54.IP "" 4
    6355fchmod_acl
    6456.PP
    65 This module is stackable.
     57This module is stackable\.
    6658.SH "OPTIONS"
    6759.PP
    6860audit:facility = FACILITY
    69 .RS 3n
     61.RS 4
    7062Log messages to the named
    7163\fBsyslog\fR(3)
    72 facility.
     64facility\.
    7365.RE
    7466.PP
    7567audit:priority = PRIORITY
    76 .RS 3n
     68.RS 4
    7769Log messages with the named
    7870\fBsyslog\fR(3)
    79 priority.
     71priority\.
    8072.RE
    8173.SH "EXAMPLES"
    8274.PP
    8375Log operations on all shares using the LOCAL1 facility and NOTICE priority:
    84 
     76.sp
     77.RS 4
    8578.nf
    86 
    8779        \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
    9283.fi
     84.RE
    9385.SH "VERSION"
    9486.PP
    95 This man page is correct for version 3.0.25 of the Samba suite.
     87This man page is correct for version 3\.0\.25 of the Samba suite\.
    9688.SH "AUTHOR"
    9789.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 
     90The 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.