This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.
[sfrench/samba-autobuild/.git] / examples / VFS / README.netatalk
1 There is the new netatalk module both for HEAD.
2 This one has some difference from previous module:
3
4 -- it doesn't care about creating of .AppleDouble forks, just keeps ones in
5 sync;
6
7 -- if share in smb.conf doesn't contain .AppleDouble item in hide or veto 
8 list, it will be added automatically.
9
10 To my way of thinking, module became more lightweight and speedy.
11
12 How to compile: 
13
14 you should place proper netatalk.c into examples/VFS/ then run 'configure'
15 from source/ and then run 'make' from examples/VFS/.
16
17 add string 'vfs object = <path_to_netatalk_so>/netatlk.so' to smb.conf. It may
18 be defined either as global or as share-specific parameter.