diff options
author | John Terpstra <jht@samba.org> | 2003-04-04 03:52:35 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 2003-04-04 03:52:35 +0000 |
commit | 2e629a17bb8ede16a6e82ccece82428b0801aaf3 (patch) | |
tree | ca72c34448ed7700b3fab8fdd2b220bbaa5763db /docs/docbook/projdoc/VFS.sgml | |
parent | 94e5719dac45baffc5f5dad6e045ac99999c76e9 (diff) | |
download | samba-2e629a17bb8ede16a6e82ccece82428b0801aaf3.tar.gz samba-2e629a17bb8ede16a6e82ccece82428b0801aaf3.tar.bz2 samba-2e629a17bb8ede16a6e82ccece82428b0801aaf3.zip |
More docs updates. Much more under way.
(This used to be commit ed6fd02ff806c7cda9fb05fe3b2bf96be164c1ec)
Diffstat (limited to 'docs/docbook/projdoc/VFS.sgml')
-rw-r--r-- | docs/docbook/projdoc/VFS.sgml | 13 |
1 files changed, 13 insertions, 0 deletions
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 @@ <author><firstname>Alexander</firstname><surname>Bokovoy</surname></author> <author><firstname>Tim</firstname><surname>Potter</surname></author> <author><firstname>Simo</firstname><surname>Sorce</surname></author> + <author><firstname>John H</firstname><surname>Terpstra</surname></author> </chapterinfo> <title>Stackable VFS modules</title> @@ -67,6 +68,18 @@ facility. The following operations are logged: </sect2> <sect2> +<title>extd_audit</title> +<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. +</para> +</sect2> + +<sect2> <title>recycle</title> <para> A recycle-bin like modules. When used any unlink call |