[Samba] Samba + acl,user_xattr

Jeremy Allison jra at samba.org
Thu Dec 15 12:07:13 MST 2011


On Thu, Dec 15, 2011 at 12:17:21PM +0400, Dmitry Mordovin wrote:
> 
> >>Added to global section
> >>
> >>vfs objects = acl_xattr
> >>
> >>
> >>No changes. Still dont store DOS attr.
> >You only need acl_xattr is you want to store Windows ACLs, not DOS attrs.
> >
> >Have you tried using setfattr on that filesystem ? Does it work ?
> >
> >Jeremy.
> 
> Hello Jeremy!
> 
> You are right!
> 
> I don't want to store Windows ACLs, need only DOS attrs (hidden file attr).
> 
> What Is enough to add to my smb.conf?
> 'store dos attributes (S)  or 'map hidden (S)' or together or else?

I use:

   store dos attributes = yes
   map readonly = no
   map system = no
   map hidden = no
   map archive = no

Jeremy.


More information about the samba mailing list