summaryrefslogtreecommitdiff
path: root/docs/docbook/projdoc/VFS.sgml
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2003-04-23 23:22:48 +0000
committerJohn Terpstra <jht@samba.org>2003-04-23 23:22:48 +0000
commitecade958af7912313064c299ecfc05545c510818 (patch)
tree0487882339f36271dc6c078502a07bfff5e6a1cf /docs/docbook/projdoc/VFS.sgml
parent8a106dcda90bbdb53b4a4be33a8db04514b9a3f0 (diff)
downloadsamba-ecade958af7912313064c299ecfc05545c510818.tar.gz
samba-ecade958af7912313064c299ecfc05545c510818.tar.bz2
samba-ecade958af7912313064c299ecfc05545c510818.zip
More updates.
(This used to be commit e4012c90323f7e87c3174d74020c6fcddb05820c)
Diffstat (limited to 'docs/docbook/projdoc/VFS.sgml')
-rw-r--r--docs/docbook/projdoc/VFS.sgml25
1 files changed, 21 insertions, 4 deletions
diff --git a/docs/docbook/projdoc/VFS.sgml b/docs/docbook/projdoc/VFS.sgml
index 0a88543c6e..666eb4f62f 100644
--- a/docs/docbook/projdoc/VFS.sgml
+++ b/docs/docbook/projdoc/VFS.sgml
@@ -72,11 +72,28 @@ facility. The following operations are logged:
<para>
This module is identical with the <emphasis>audit</emphasis> module above except
that it sends audit logs to both syslog as well as the smbd log file/s. The
-loglevel for this module is set in the smb.conf file. At loglevel = 0, only file
-and directory deletions and directory and file creations are logged. At loglevel = 1
-file opens are renames and permission changes are logged , while at loglevel = 2 file
-open and close calls are logged also.
+loglevel for this module is set in the smb.conf file.
</para>
+
+<para>
+The logging information that will be written to the smbd log file is controlled by
+the <emphasis>log level</emphasis> parameter in <filename>smb.conf</filename>. The
+following information will be recorded:
+</para>
+
+<table frame="all"><title>Extended Auditing Log Information</title>
+<tgroup cols="2" align="center")
+ <thead>
+ <row><entry align="center">Log Level</entry><entry>Log Details - File and Directory Operations</entry></row>
+ </thead>
+ <tbody>
+ <row><entry align="center">0</entry><entry align="left">Creation / Deletion</entry></row>
+ <row><entry align="center">1</entry><entry align="left">Create / Delete / Rename / Permission Changes</entry></row>
+ <row><entry align="center">2</entry><entry align="left">Create / Delete / Rename / Perm Change / Open / Close</entry></row>
+ </tbody>
+</tgroup>
+</table>
+
</sect2>
<sect2>