From 9c72dd78f25be4a7ffa5af5a242670ec76930d6f Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 12 Mar 2005 22:34:38 +0000 Subject: Use new definition of , fixes a bunch of validity errors. (This used to be commit 3eb5c35e47951f320f7c2f4cd478a95f6d48236e) --- docs/Samba-HOWTO-Collection/VFS.xml | 44 ++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'docs/Samba-HOWTO-Collection/VFS.xml') diff --git a/docs/Samba-HOWTO-Collection/VFS.xml b/docs/Samba-HOWTO-Collection/VFS.xml index fe01973d97..d448d14c53 100644 --- a/docs/Samba-HOWTO-Collection/VFS.xml +++ b/docs/Samba-HOWTO-Collection/VFS.xml @@ -36,18 +36,18 @@ on different systems. They currently have been tested against GNU/Linux and IRIX To use the VFS modules, create a share similar to the one below. The -important parameter is the vfs objects parameter where +important parameter is the parameter where you can list one or more VFS modules by name. For example, to log all access to files and put deleted files in a recycle bin, see next configuration: smb.conf with VFS modules [audit] -commentAudited /data directory -path/data -vfs objectsaudit recycle -writeableyes -browseableyes +Audited /data directory +/data +audit recycle +yes +yes @@ -57,7 +57,7 @@ Let's say that you want to both have a virus scanner module and a recycle bin module. It is wise to put the virus scanner module as the first one so that it is the first that get run an may detect a virus immediately, before any action is performed on that file. -vfs objectsvscan-clamav recycle +vscan-clamav recycle @@ -73,14 +73,14 @@ This can be done using a configuration similar to the one shown in smb.conf with multiple VFS modules [test] -commentVFS TEST -path/data -writeableyes -browseableyes -vfs objectsexample:example1 example example:test -example1: parameter1 -example: parameter5 -test: parameter7 +VFS TEST +/data +yes +yes +example:example1 example example:test +1 +5 +7 @@ -111,7 +111,7 @@ This can be done using a configuration similar to the one shown in This module is identical with the audit module above except that it sends audit logs to both syslog as well as the smbd log files. The - log level for this module is set in the &smb.conf; file. + for this module is set in the &smb.conf; file. @@ -161,7 +161,7 @@ This can be done using a configuration similar to the one shown in Auditing information often must be preserved for a long time. So that the log files do not get rotated - it is essential that the max log size0 be set + it is essential that the 0 be set in the &smb.conf; file. @@ -507,11 +507,11 @@ This can be done using a configuration similar to the one shown in Share With shadow_copy VFS [shadow_share] - commentShadow Copy Enabled Share - path/data/shadow_share - vfs objectsshadow_copy - writeableyes - browseableyes + Shadow Copy Enabled Share + /data/shadow_share + shadow_copy + yes + yes -- cgit