Skip to content. | Skip to navigation

Sections
Personal tools
What is this?
Hi, my name is Tom Lazar and I'm a Plone and Zope developer based in Berlin, Germany and this is my personal and professional (no big difference, really...) website.
 

Samba and Netatalk

Filed Under:

From the Note-to-Myself-Department

When sharing the same data via netatalk and Samba, don't forget to add the following two directives in your smb.conf so that Windows clients can't screw with your Apple users precious metadata!

   veto files=/.bashrc/.profile/.cshrc/.rhosts/.htaccess/ \
                      .AppleDesktop/.AppleDB/ .AppleDouble/ \
                     Network Trash Folder/Icon?/
   hide dot files = yes