3fa0068411c2e6087e4d30b27713c289e7e439d5
[samba.git] / docs / Samba-HOWTO-Collection / VFS.xml
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3                 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
4   <!ENTITY % global_entities SYSTEM '../entities/global.entities'>
5   %global_entities;
6 ]>
7
8 <chapter id="VFS">
9 <chapterinfo>
10         &author.jelmer;
11         &author.jht;
12         &author.tpot;
13         <author><firstname>Simo</firstname><surname>Sorce</surname><contrib>original vfs_skel README</contrib></author>
14         <author><firstname>Alexander</firstname><surname>Bokovoy</surname><contrib>original vfs_netatalk docs</contrib></author>
15         <author><firstname>Stefan</firstname><surname>Metzmacher</surname><contrib>Update for multiple modules</contrib></author>
16         <author><firstname>Ed</firstname><surname>Riddle</surname><contrib>original shadow_copy docs</contrib></author>
17 </chapterinfo>
18 <title>Stackable VFS modules</title>
19
20 <sect1>
21 <title>Features and Benefits</title>
22
23 <para>
24 Since Samba-3, there is support for stackable VFS (Virtual File System) modules. 
25 Samba passes each request to access the UNIX file system through the loaded VFS modules. 
26 This chapter covers all the modules that come with the Samba source and references to 
27 some external modules.
28 </para>
29
30
31 </sect1>
32
33 <sect1>
34 <title>Discussion</title>
35
36 <para>
37 If not supplied with your platform distribution binary Samba package you may have problems
38 compiling these modules, as shared libraries are compiled and linked in different ways
39 on different systems. They currently have been tested against GNU/Linux and IRIX.
40 </para>
41
42 <para>
43 To use the VFS modules, create a share similar to the one below. The
44 important parameter is the <smbconfoption><name>vfs objects</name></smbconfoption> parameter where
45 you can list one or more VFS modules by name. For example, to log all access 
46 to files and put deleted files in a recycle bin, see <link linkend="vfsrecyc">next configuration</link>:
47
48 <smbconfexample id="vfsrecyc">
49         <title>smb.conf with VFS modules</title>
50         <smbconfsection>[audit]</smbconfsection>
51 <smbconfoption><name>comment</name><value>Audited /data directory</value></smbconfoption>
52 <smbconfoption><name>path</name><value>/data</value></smbconfoption>
53 <smbconfoption><name>vfs objects</name><value>audit recycle</value></smbconfoption>
54 <smbconfoption><name>writeable</name><value>yes</value></smbconfoption>
55 <smbconfoption><name>browseable</name><value>yes</value></smbconfoption>
56         </smbconfexample>
57 </para>
58
59 <para>
60 The modules are used in the order in which they are specified.
61 Let's say that you want to both have a virus scanner module and a recycle
62 bin module. It is wise to put the virus scanner module as the first one so
63 that it is the first that get run an may detect a virus immediately, before
64 any action is performed on that file.
65 <smbconfoption><name>vfs objects</name><value>vscan-clamav recycle</value></smbconfoption>
66 </para>
67
68 <para>
69 Samba will attempt to load modules from the <filename>/lib</filename> directory in the root directory of the
70 Samba installation (usually <filename>/usr/lib/samba/vfs</filename> or <filename>/usr/local/samba/lib/vfs
71 </filename>).
72 </para>
73
74 <para>
75 Some modules can be used twice for the same share.
76 This can be done using a configuration similar to the one shown in <link linkend="multimodule">the following example</link>.
77
78 <smbconfexample id="multimodule">
79         <title>smb.conf with multiple VFS modules</title>
80 <smbconfsection>[test]</smbconfsection>
81 <smbconfoption><name>comment</name><value>VFS TEST</value></smbconfoption>
82 <smbconfoption><name>path</name><value>/data</value></smbconfoption>
83 <smbconfoption><name>writeable</name><value>yes</value></smbconfoption>
84 <smbconfoption><name>browseable</name><value>yes</value></smbconfoption>
85 <smbconfoption><name>vfs objects</name><value>example:example1 example example:test</value></smbconfoption>
86 <smbconfoption><name>example1: parameter</name><value>1</value></smbconfoption>
87 <smbconfoption><name>example:  parameter</name><value>5</value></smbconfoption>
88 <smbconfoption><name>test:        parameter</name><value>7</value></smbconfoption>
89 </smbconfexample>
90 </para>
91
92 </sect1>
93
94 <sect1>
95 <title>Included Modules</title>
96
97         <sect2>
98         <title>audit</title>
99
100                 <para>
101                 A simple module to audit file access to the syslog
102                 facility. The following operations are logged:
103                 <itemizedlist>
104                         <listitem><para>share</para></listitem>
105                         <listitem><para>connect/disconnect</para></listitem>
106                         <listitem><para>directory opens/create/remove</para></listitem>
107                         <listitem><para>file open/close/rename/unlink/chmod</para></listitem>
108                 </itemizedlist>
109                 </para>
110
111         </sect2>
112
113         <sect2>
114         <title>extd_audit</title>
115
116                 <para>
117                 This module is identical with the <command>audit</command> module above except
118                 that it sends audit logs to both syslog as well as the <command>smbd</command> log files. The 
119                 <smbconfoption><name>log level</name></smbconfoption> for this module is set in the &smb.conf; file. 
120                 </para>
121
122                 <para>
123                 Valid settings and the information that will be recorded are shown in <link linkend="xtdaudit">the next table</link>.
124                 </para>
125
126                 <table frame="all" id="xtdaudit">
127                         <title>Extended Auditing Log Information</title>
128                 <tgroup cols="2" align="center">
129                         <thead>
130                         <row><entry align="center">Log Level</entry><entry>Log Details - File and Directory Operations</entry></row>
131                         </thead>
132                         <tbody>
133                         <row><entry align="center">0</entry><entry align="left">Make Directory, Remove Directory, Unlink</entry></row>
134                         <row><entry align="center">1</entry><entry align="left">Open Directory, Rename File, Change Permissions/ACLs</entry></row>
135                         <row><entry align="center">2</entry><entry align="left">Open &amp; Close File</entry></row>
136                         <row><entry align="center">10</entry><entry align="left">Maximum Debug Level</entry></row>
137                         </tbody>
138                 </tgroup>
139                 </table>
140
141                 <sect3>
142                 <title>Configuration of Auditing</title>
143
144                 <para>
145                 This auditing tool is more felxible than most people readily will recognize. There are a number of ways
146                 by which useful logging information can be recorded.
147                 </para>
148
149                 <itemizedlist>
150                         <listitem><para>Syslog can be used to record all transaction. This can be disabled by setting
151                                         in the &smb.conf; file <parameter>syslog = 0</parameter>.</para></listitem>
152                         <listitem><para>Logging can take place to the default log file (<filename>log.smbd</filename>)
153                                         for all loaded VFS modules just by setting in the &smb.conf; file
154                                         <parameter>log level = 0 vfs:x</parameter>, where x is the log level.
155                                         This will disable general logging while activating all logging of VFS
156                                         module activity at the log level specified.</para></listitem>
157                         <listitem><para>Detailed logging can be obtained per user, per client machine, etc.
158                                         This requires the above together with the creative use of the
159                                         <parameter>log file</parameter> settings.</para>
160                                         <para>An example of detailed per-user and per-machine logging can
161                                         be obtained by setting 
162                                         <smbconfoption><name>log level</name>
163                                         <value>/var/log/samba/%U.%m.log</value></smbconfoption>.
164                                         </para></listitem>
165                 </itemizedlist>
166
167                 <para>
168                 Auditing information often must be preserved for a long time. So that the log files do not get rotated
169                 it is essential that the <smbconfoption><name>max log size</name><value>0</value></smbconfoption> be set
170                 in the &smb.conf; file.
171                 </para>
172
173                 </sect3>
174
175         </sect2>
176
177         <sect2 id="fakeperms">
178         <title>fake_perms</title>
179
180                 <para>
181                 This module was created to allow Roaming Profile files and directories to be set (on the Samba server
182                 under UNIX) as read only. This module will, if installed on the Profiles share, report to the client
183                 that the Profile files and directories are writeable. This satisfies the client even though the files
184                 will never be overwritten as the client logs out or shuts down.
185                 </para>
186
187         </sect2>
188
189         <sect2>
190         <title>recycle</title>
191
192                 <para>
193                 A Recycle Bin-like module. Where used, unlink calls will be intercepted and files moved
194                 to the recycle directory instead of being deleted. This gives the same effect as the
195                 <guiicon>Recycle Bin</guiicon> on Windows computers.
196                 </para>
197
198                 <para>
199                 The <guiicon>Recycle Bin</guiicon> will not appear in <application>Windows Explorer</application> views of the network file system
200                 (share) nor on any mapped drive. Instead, a directory called <filename>.recycle</filename> will be
201                 automatically created when the first file is deleted. Users can recover files from the 
202                 <filename>.recycle</filename> directory. If the <parameter>recycle:keeptree</parameter> has been
203                 specified, deleted files will be found in a path identical with that from which the file was deleted.
204                 </para>
205                 
206                 <para>Supported options for the <command>recycle</command> module are as follow:
207                 <variablelist>
208                         <varlistentry>
209                         <term>recycle:repository</term>
210                                 <listitem><para>
211                                 Relative path of the directory where deleted files should be moved.
212                                 </para></listitem>
213                         </varlistentry>
214
215                         <varlistentry>
216                         <term>recycle:keeptree</term>
217                                 <listitem><para>
218                                 Specifies whether the directory structure should be kept or if the files in the directory that is being 
219                                 deleted should be kept separately in the recycle bin.
220                                 </para></listitem>
221                         </varlistentry>
222                         
223                         <varlistentry>
224                         <term>recycle:versions</term>
225                                 <listitem><para>
226                                 If this option is set, two files 
227                                 with the same name that are deleted will both 
228                                 be kept in the recycle bin. Newer deleted versions 
229                                 of a file will be called <quote>Copy #x of <replaceable>filename</replaceable></quote>.
230                                 </para></listitem>
231                         </varlistentry>
232
233                         <varlistentry>
234                         <term>recycle:touch</term>
235                                 <listitem><para>
236                                 Specifies whether a file's access date should be touched when the file is moved to the recycle bin.
237                                 </para></listitem>
238                         </varlistentry>
239
240                         <varlistentry>
241                         <term>recycle:maxsize</term>
242                                 <listitem><para>
243                                 Files that are larger than the number of bytes specified by this parameter will not be put into the recycle bin.
244                                 </para></listitem>
245                         </varlistentry>
246
247                         <varlistentry>
248                         <term>recycle:exclude</term>
249                                 <listitem><para>
250                                 List of files that should not be put into the recycle bin when deleted, but deleted in the regular way.
251                                 </para></listitem>
252                         </varlistentry>
253
254                         <varlistentry>
255                         <term>recycle:exclude_dir</term>
256                                 <listitem><para>
257                                 Contains a list of directories. When files from these directories are
258                                 deleted, they are not put into the
259                                 recycle bin but are deleted in the
260                                 regular way.
261                                 </para></listitem>
262                         </varlistentry>
263
264                         <varlistentry>
265                         <term>recycle:noversions</term>
266                                 <listitem><para>
267                                 Specifies a list of paths (wildcards such as * and ? are supported) for which no versioning should be used. Only useful when <emphasis>recycle:versions</emphasis> is enabled.
268                                 </para></listitem>
269                         </varlistentry>
270                 </variablelist>
271                 </para>
272
273         </sect2>
274
275         <sect2>
276         <title>netatalk</title>
277
278                 <para>
279                 A netatalk module will ease co-existence of Samba and netatalk file sharing services.
280                 </para>
281
282                 <para>Advantages compared to the old netatalk module:
283                 <itemizedlist>
284                         <listitem><para>Does not care about creating .AppleDouble forks, just keeps them in sync.</para></listitem>
285                         <listitem><para>If a share in &smb.conf; does not contain .AppleDouble item in hide or veto list, it will be added automatically.</para></listitem>
286                 </itemizedlist>
287                 </para>
288
289         </sect2>
290
291     <sect2>
292       <title>shadow_copy</title>
293         <warning>
294         <para>
295           <emphasis>THIS IS NOT A BACKUP, ARCHIVAL, OR VERSION CONTROL
296           SOLUTION!</emphasis></para>
297         <para>
298           With Samba or Windows servers, shadow copy is designed to be
299           an end-user tool only.  It does not replace or enhance your
300           backup and archival solutions and should in no way be
301           considered as such.  Additionally, if you need version
302           control, implement a version control system.  You have been
303           warned.</para>
304         </warning>
305       <para>
306         The shadow_copy module allows you to setup functionality that
307         is similar to MS shadow copy services.  When setup properly,
308         this module allows Microsoft shadow copy clients to browse
309         "shadow copies" on samba shares.  You will need to install the
310         shadow copy client.  You can get the MS shadow copy client
311         <ulink noescape="1"
312         url="http://www.microsoft.com/windowsserver2003/downloads/shadowcopyclient.mspx">here.</ulink>.
313         Note the additional requirements for pre-Windows XP clients.
314         I did not test this functionality with any pre-Windows XP
315         clients.  You should be able to get more information about MS
316         Shadow Copy <ulink noescape="1"
317         url="http://www.microsoft.com/windowsserver2003/techinfo/overview/scr.mspx">from
318         the Microsoft's site</ulink>.</para>
319       <para>
320         The shadow_copy VFS module requires some underlying file system
321         setup with some sort of Logical Volume Manager (LVM) such as
322         LVM1, LVM2, or EVMS.  Setting up LVM is beyond the scope of
323         this document; however, we will outline the steps we took to
324         test this functionality for <emphasis>example purposes
325         only.</emphasis> You need to make sure the LVM implementation
326         you choose to deploy is ready for production.  Make sure you
327         do plenty of tests.</para>
328       <para>
329         Here are some common resources for LVM and EVMS:
330         <itemizedlist>
331           <listitem>
332             <para><ulink noescape="1"
333             url="http://www.sistina.com/products_lvm_download.htm">Sistina's
334             LVM1 and LVM2</ulink></para>
335           </listitem>
336           <listitem>
337             <para><ulink url="http://evms.sourceforge.net/">Enterprise
338             Volume Management System (EVMS)</ulink></para>
339           </listitem>
340           <listitem>
341             <para><ulink url="http://tldp.org/HOWTO/LVM-HOWTO/">The LVM HOWTO</ulink></para>
342           </listitem>
343           <listitem>
344             <para>
345               See <ulink
346               url="http://www-106.ibm.com/developerworks/linux/library/l-lvm/">Learning
347               Linux LVM, Part 1</ulink> and <ulink
348               url="http://www-106.ibm.com/developerworks/library/l-lvm2.html">Learning
349               Linux LWM, Part 2</ulink> for Daniel Robbins' well
350               written a two part tutorial on Linux and LVM using LVM
351               source code and reiserfs.</para>
352           </listitem>
353         </itemizedlist>
354       </para>
355       <sect3>
356         <title>Shadow Copy Setup</title>
357         <para>
358           At the time of this writing, not much testing has been done.
359           I tested the shadow copy VFS module with a specific scenario
360           which was not deployed in a production environment, but more
361           as a proof of concept.  The scenario involved a Samba 3 file
362           server on Debian Sarge with an XFS file system and LVM1.  I
363           do NOT recommend you use this as a solution without doing
364           your own due diligence with regard to all the components
365           presented here.  That said, following is an basic outline of
366           how I got things going.</para>
367         <orderedlist>
368           <listitem>
369             <formalpara>
370               <title>Installed Operating System </title> 
371               <para>
372                 In my tests, I used <ulink
373                 url="http://www.debian.org/devel/debian-installer/">Debian
374                 Sarge</ulink> (i.e. testing) on an XFS file system.
375                 Setting up the OS is a bit beyond the scope of this
376                 document.  It is assumed that you have a working OS
377                 capable of running Samba.</para>
378             </formalpara>
379           </listitem>
380           <listitem>
381             <formalpara>
382               <title>Install &amp; Configure Samba</title>
383               <para>
384                 See the <link linkend="introduction">installation
385                 section</link> of this HOWTO for more detail on this.
386                 It doesn't matter if it is a Domain Controller or
387                 Member File Server, but it is assumed that you have a
388                 working Samba 3.0.3 or newer server running.</para>
389             </formalpara>
390           </listitem>
391           <listitem>
392             <formalpara>
393               <title>Install &amp; Configure LVM</title>
394               <para>
395                 Before you can make shadow copies available to the
396                 client, you have to create the shadow copies.  This is
397                 done by taking some sort of file system snapshot.
398                 Snapshots are a typical feature of Logical Volume
399                 Managers such as LVM, so we first need to have that
400                 setup.</para>
401             </formalpara>
402             <itemizedlist>
403               <para>
404                 The following is provided as an example and will be
405                 most helpful for Debian users.  Again, this was tested
406                 using the "testing" or "Sarge" distribution.</para>
407               <listitem>
408                 <para>
409                   Install lvm10 and devfsd packages if you have not
410                   done so already.  On Debian systems, you are warned
411                   of the interaction of devfs and lvm1 which requires
412                   the use of devfs filenames.  Running
413                   <command>apt-get update &amp;&amp; apt-get install
414                   lvm10 devfsd xfsprogs</command> should do the trick
415                   for this example.</para>
416               </listitem>
417               <listitem>
418                 <para>
419                   Now you need to create a volume.  You will need to
420                   create a partition (or partitions) to add to your
421                   volume.  Use your favorite partitioning tool
422                   (e.g. Linux fdisk, cfdisk, etc.).  The partition
423                   type should be set to 0x8e for "Linux LVM."  In this
424                   example, we will use /dev/hdb1.</para>
425                 <para>
426                   Once you have the Linux LVM partition (type 0x8e),
427                   you can run a series of commands to create the LVM
428                   volume.  You can use several disks and or
429                   partitions, but we will use only one in this
430                   example.  You may also need to load the kernel
431                   module with something like <command>modprobe lvm-mod
432                   </command> and set your system up to load it on
433                   reboot by adding it to
434                   (<filename>/etc/modules</filename>). </para>
435               </listitem>
436               <listitem>
437                 <para>
438                   Create the physical volume with <command>pvcreate
439                   /dev/hdb1</command></para>
440               </listitem>
441               <listitem>
442                 <para>
443                   Create the volume group with and add /dev/hda1 to it
444                   with <command>vgcreate shadowvol /dev/hdb1</command>
445                   </para>
446                 <para>
447                   You can use <command>vgdisplay</command> to review
448                   information about the volume group.</para>
449               </listitem>
450               <listitem>
451                 <para>
452                   Now you can create the logical volume with something
453                   like <command>lvcreate -L400M -nsh_test
454                   shadowvol</command></para>
455                 <para>
456                   This creates the logical volume of 400MB's named
457                   "sh_test" in the volume group we created called
458                   shadowvol.  If everything is working so far, you
459                   should see them in
460                   <filename>/dev/shadowvol</filename>.</para>
461               </listitem>
462               <listitem>
463                 <para>
464                   Now we should be ready to format the logical volume
465                   we named sh_test with <command>mkfs.xfs
466                   /dev/shadowvol/sh_test</command></para>
467                 <para>
468                   You can format the logical volume with any file
469                   system you choose, but make sure to use one that
470                   allows you to take advantage of the additional
471                   features of LVM such as freezing, resizing and
472                   growing your file systems.</para>
473                 <para>
474                   Now we have an LVM volume where we can play with the
475                   shadow_copy VFS module.</para>
476               </listitem>
477               <listitem>
478                 <para>
479                   Now we need to prepare the directory with something
480                   like <command>mkdir -p /data/shadow_share</command>
481                   or whatever you want to name your shadow copy
482                   enabled Samba share.  Make sure you set the
483                   permissions such that you can use it.  If in doubt,
484                   use <command>chmod 777 /data/shadow_share</command>
485                   and tighten the permissions once you get things
486                   working.</para>
487               </listitem>
488               <listitem>
489                 <para>
490                   Mount the LVM volume using something like
491                   <command>mount /dev/shadowvol/sh_test
492                   /data/shadow_share</command></para>
493                 <para>
494                   You may also want to edit your
495                   <filename>/etc/fstab</filename> so that this
496                   partition mounts during the system boot.</para>
497               </listitem>
498             </itemizedlist>
499           </listitem>
500           <listitem>
501             <formalpara>
502               <title>Install &amp; Configure the shadow_copy VFS
503               Module</title>
504               <para>
505                 Finally we get to the actual shadow_copy VFS module.
506                 The shadow_copy VFS module should be available in
507                 Samba 3.0.3 and higher.  The smb.conf configuration is pretty
508                 standard.  Here is our example of a share configured
509                 with the shadow_copy VFS module:</para>
510             </formalpara>
511             <para>
512               <smbconfexample id="vfsshadow">
513                 <title>Share With shadow_copy VFS</title>
514                 <smbconfsection>[shadow_share]</smbconfsection>
515                 <smbconfoption><name>comment</name><value>Shadow Copy Enabled Share</value></smbconfoption>
516                 <smbconfoption><name>path</name><value>/data/shadow_share</value></smbconfoption>
517                 <smbconfoption><name>vfs objects</name><value>shadow_copy</value></smbconfoption>
518                 <smbconfoption><name>writeable</name><value>yes</value></smbconfoption>
519                 <smbconfoption><name>browseable</name><value>yes</value></smbconfoption>
520               </smbconfexample>
521             </para>
522           </listitem>
523           <listitem>
524             <formalpara>
525               <title>Create Snapshots and Make Them Available to shadow_copy.so</title> 
526               <para>
527                 Before you can browse the shadow copies, you must
528                 create them and mount them.  This will most likely be
529                 done with a script that runs as a cron job.  With this
530                 particular solution, the shadow_copy VFS module is
531                 used to browse LVM snapshots.  Those snapshots are not
532                 created by the module.  They are not made available by
533                 the module either.  This module allows the shadow copy
534                 enabled client to browse the snapshots you take and
535                 make available.</para>
536             </formalpara>
537             <para>
538               Here is a simple script used to create and mount the
539               snapshots:
540               <screen>
541 #!/bin/bash
542 # This is a test, this is only a test
543 SNAPNAME=`date +%Y.%m.%d-%H.%M.%S`
544 xfs_freeze -f /data/shadow_share/
545 lvcreate -L10M -s -n $SNAPNAME /dev/shadowvol/sh_test
546 xfs_freeze -u /data/shadow_share/
547 mkdir /data/shadow_share/@GMT-$SNAPNAME
548 mount /dev/shadowvol/$SNAPNAME /data/shadow_share/@GMT-$SNAPNAME -onouuid,ro
549               </screen>
550               Note that the script does not handle other things like
551               remounting snapshots on reboot.
552             </para>
553           </listitem>
554           <listitem>
555             <formalpara>
556               <title>Test From Client</title>
557               <para>
558                 To test, you will need to install the shadow copy
559                 client which you can obtain from the <ulink
560                 url="http://www.microsoft.com/windowsserver2003/downloads/shadowcopyclient.mspx">Microsoft
561                 web site.</ulink> I only tested this with an XP client
562                 so your results may vary with other pre-XP clients.
563                 Once installed, with your XP client you can
564                 right-click on specific files or in the empty space of
565                 the shadow_share and view the "properties".  If
566                 anything has changed, then you will see it on the
567                 "Previous Versions" tab of the properties
568                 window. </para>
569             </formalpara>
570           </listitem>
571         </orderedlist>
572       </sect3>
573     </sect2>
574
575 </sect1>
576
577 <sect1>
578 <title>VFS Modules Available Elsewhere</title>
579
580 <para>
581 This section contains a listing of various other VFS modules that 
582 have been posted but do not currently reside in the Samba CVS 
583 tree for one reason or another (e.g., it is easy for the maintainer 
584 to have his or her own CVS tree).
585 </para>
586
587 <para>
588 No statements about the stability or functionality of any module
589 should be implied due to its presence here.
590 </para>
591
592         <sect2>
593         <title>DatabaseFS</title>
594
595                 <para>
596                 URL: <ulink noescape="1" url="http://www.css.tayloru.edu/~elorimer/databasefs/index.php">http://www.css.tayloru.edu/~elorimer/databasefs/index.php</ulink>
597                 </para>
598
599                 <para>By <ulink url="mailto:elorimer@css.tayloru.edu">Eric Lorimer.</ulink></para>
600
601                 <para>
602                 I have created a VFS module that implements a fairly complete read-only
603                 filesystem. It presents information from a database as a filesystem in
604                 a modular and generic way to allow different databases to be used
605                 (originally designed for organizing MP3s under directories such as
606                 <quote>Artists,</quote> <quote>Song Keywords,</quote> and so on. I have since easily
607                 applied it to a student
608                 roster database.) The directory structure is stored in the
609                 database itself and the module makes no assumptions about the database
610                 structure beyond the table it requires to run.
611                 </para>
612
613                 <para>
614                 Any feedback would be appreciated: comments, suggestions, patches,
615                 and so on. If nothing else, hopefully it might prove useful for someone
616                 else who wishes to create a virtual filesystem.
617                 </para>
618
619         </sect2>
620
621         <sect2>
622         <title>vscan</title>
623
624         <para>URL: <ulink noescape="1" url="http://www.openantivirus.org/projects.php#samba-vscan">http://www.openantivirus.org/projects.php#samba-vscan</ulink></para>
625
626                 <para>
627                 samba-vscan is a proof-of-concept module for Samba, which
628                 provides on-access anti-virus support for files shared using 
629                 Samba.
630                 samba-vscan supports various virus scanners and is maintained 
631                 by Rainer Link.
632                 </para>
633
634         </sect2>
635 </sect1>
636
637 </chapter>