Am 02.05.2012 18:19, schrieb Jeremy Allison:
On Wed, May 02, 2012 at 02:57:45PM +0200, Heinz Hölzl wrote:
hi


If i create a new file x.txt,  samba sets the permission of the
group users to rwx.  "inherit acls" is set to yes. Why samba sets
the permission to rwx instead of rw (the default permission of the
parent) ?
You have "map archive" set (it's set by default).
New files have the archive bit set by default. Try
storing the attribute bits in extended attributes
instead.

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

thanx, this solved my problem!


--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Reply via email to