diff options
author | Gerald Carter <jerry@samba.org> | 2002-09-25 15:05:17 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2002-09-25 15:05:17 +0000 |
commit | ec0b8aa70454cab4a918ab09e8ed52d60b4b3256 (patch) | |
tree | 45bfb5176738f3888ff69d3ef8e07500cd07b34d /examples/VFS/README | |
parent | 3054ef8a6ec8a67937cc1bfc492722fd6eccc325 (diff) | |
download | samba-ec0b8aa70454cab4a918ab09e8ed52d60b4b3256.tar.gz samba-ec0b8aa70454cab4a918ab09e8ed52d60b4b3256.tar.bz2 samba-ec0b8aa70454cab4a918ab09e8ed52d60b4b3256.zip |
sync'ing up for 3.0alpha20 release
(This used to be commit 803715d96016767c55202362b17096fc80786c59)
Diffstat (limited to 'examples/VFS/README')
-rw-r--r-- | examples/VFS/README | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/examples/VFS/README b/examples/VFS/README index c2f39f9727..1b09929059 100644 --- a/examples/VFS/README +++ b/examples/VFS/README @@ -17,8 +17,26 @@ construction. The following VFS modules are given: connect/disconnect, directory opens/create/remove, file open/close/rename/unlink/chmod. -The libtool program, available from your favourite GNU software -archive, is required to compile these programs. + recycle + A recycle-bin like modules. When used any unlink call + will be intercepted and files moved to the recycle + directory nstead of beeing deleted. + + block + A simple module to block access to certain mount points or + directories. This module only hides the specified directories + and all directories beneath them. It should NOT be used to + secure directories. If the name of a file in one of those + directories is known, the file can still be opened. + + netatalk + A netatalk module, that will ease co-existence of samba and + netatalk file sharing services. + Looka t the README for more informations. + +You may have problems to compile these modules, as shared libraries are +compiled and linked in different ways on different systems. +I currently tested them against GNU/linux and IRIX. 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 |