diff options
author | Tim Potter <tpot@samba.org> | 2000-02-04 05:08:16 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2000-02-04 05:08:16 +0000 |
commit | 1546a4c683da043af4796acf47dd109c778e2e8a (patch) | |
tree | ca4c3f32cc9b49a707d84609a700d4d6da223e78 /examples/VFS/README | |
parent | bbe275e95b86bc7af5a641455cbb379974823f84 (diff) | |
download | samba-1546a4c683da043af4796acf47dd109c778e2e8a.tar.gz samba-1546a4c683da043af4796acf47dd109c778e2e8a.tar.bz2 samba-1546a4c683da043af4796acf47dd109c778e2e8a.zip |
Hopefully these changes will actually stick.
(This used to be commit a2782097db258a164bf43d814e8832a27d0eb3f1)
Diffstat (limited to 'examples/VFS/README')
-rw-r--r-- | examples/VFS/README | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/examples/VFS/README b/examples/VFS/README index dc7398892d..c2f39f9727 100644 --- a/examples/VFS/README +++ b/examples/VFS/README @@ -17,15 +17,19 @@ construction. The following VFS modules are given: connect/disconnect, directory opens/create/remove, file open/close/rename/unlink/chmod. - streamer - Stream file writes to a network address instead of to - disk. +The libtool program, available from your favourite GNU software +archive, is required to compile these programs. - perlfs - A wrapper for writing Samba VFS modules in Perl. +To use the VFS modules, create a share similar to the one below. The +important parameter is the 'vfs object' parameter which must point to +the exact pathname of the shared library object. -The modules need only to be compiled with -I/samba/source/dir added to -CFLAGS. + [audit] + comment = Audited /data directory + path = /data + vfs object = /path/to/audit.so + writeable = yes + browseable = yes Further documentation on writing VFS modules for Samba can be found in docs directory of the Samba source distribution. |