From 2e629a17bb8ede16a6e82ccece82428b0801aaf3 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Fri, 4 Apr 2003 03:52:35 +0000 Subject: More docs updates. Much more under way. (This used to be commit ed6fd02ff806c7cda9fb05fe3b2bf96be164c1ec) --- docs/docbook/projdoc/VFS.sgml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'docs/docbook/projdoc/VFS.sgml') diff --git a/docs/docbook/projdoc/VFS.sgml b/docs/docbook/projdoc/VFS.sgml index 66b9be1dbd..7aa280f4ef 100644 --- a/docs/docbook/projdoc/VFS.sgml +++ b/docs/docbook/projdoc/VFS.sgml @@ -4,6 +4,7 @@ AlexanderBokovoy TimPotter SimoSorce + John HTerpstra Stackable VFS modules @@ -66,6 +67,18 @@ facility. The following operations are logged: + +extd_audit + +This module is identical with the audit 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. + + + recycle -- cgit