init_dom_sid2s: Check return code from string_to_sid. Skip tokens
[samba.git] / examples / VFS / README
1 README for Samba Virtual File System (VFS) Example
2 ===================================================
3
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. 
9
10 Please read the VFS chapter in the HOWTO collection for general help 
11 on the usage of VFS modules.
12
13 Further documentation on writing VFS modules for Samba can be found in
14 Samba Developers Guide.