mirror of
https://github.com/samba-team/samba.git
synced 2025-02-11 17:58:16 +03:00
afc1a220b7
(This used to be commit d383c309d4a259fb28d7541777a8b3b53cca23bf)
19 lines
650 B
Plaintext
19 lines
650 B
Plaintext
There is the new netatalk module both for HEAD.
|
|
This one has some difference from previous module:
|
|
|
|
-- it doesn't care about creating of .AppleDouble forks, just keeps ones in
|
|
sync;
|
|
|
|
-- if share in smb.conf doesn't contain .AppleDouble item in hide or veto
|
|
list, it will be added automatically.
|
|
|
|
To my way of thinking, module became more lightweight and speedy.
|
|
|
|
How to compile:
|
|
|
|
you should place proper netatalk.c into examples/VFS/ then run 'configure'
|
|
from source/ and then run 'make' from examples/VFS/.
|
|
|
|
add string 'vfs object = <path_to_netatalk_so>/netatlk.so' to smb.conf. It may
|
|
be defined either as global or as share-specific parameter.
|