On Fri, 2011-12-09 at 16:05 +0400, Dmitry Mordovin wrote: [SNIP]
> Samba config: > > [global] > workgroup = HOME > security = share > max log size = 1024 > store dos attributes = yes > map archive = no > map read only = no > map hidden = no > map system = no > create mode = 777 > directory mode = 777 > > [homes] > browseable = no > printable = no > store dos attributes = yes > > [public] > path = /mnt/public > comment = "" > read only = no > guest ok = yes > follow symlinks = no > store dos attributes = yes > writable = yes > map archive = no > map read only = no > map hidden = no > map system = no > create mode = 777 > directory mode = 777 I see no vfs objects = acl_xattr in your Samba config. Without that it won't work as there is nothing telling Samba where to store the ACL information. JAB. -- Jonathan A. Buzzard Email: jonathan (at) buzzard.me.uk Fife, United Kingdom. -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
