updated passdb backend parameter
[Samba.git] / examples / VFS / README
blob25254c1ffc607c9332dcb7079e78d1856a8ef38d
1 README for Samba Virtual File System (VFS) Example
2 ===================================================
4 This directory contains a skeleton VFS module.  When used,
5 this module simply passes all requests back to the disk functions
6 (i.e it operates as a passthrough filter).  It should be
7 useful as a starting point for developing new VFS
8 modules. 
10 Please read the VFS chapter in the HOWTO collection for general help 
11 on the usage of VFS modules.
13 Further documentation on writing VFS modules for Samba can be found in
14 Samba Developers Guide.