On Mon, 2022-02-28 at 16:23 +0000, Manu Baylac via samba wrote:> Hello John, > > Le 28/02/2022 ? 15:53, John Ericsson via samba a ?crit : > > > NOW for the issue... > > When I use the computer manager to set permissions it appears to > > take with > > no issues (in fact the permissions are still there when I open > > computer > > manager again), but users can not access the share. > > when I looked at the folder in linux I just saw > > drwxrwx--- > > I fully expected to see > > drwxrwx---+ Am I right in thinking I should be seeing the Plus (+) > > in the > > folder permission? > > for ref HAVE_LIBACL is present. > > -- > > To unsubscribe from this list go to the following URL and read the > > instructions: https://lists.samba.org/mailman/options/samba > > I'm exactly in the same situation and try to solve it since a few > days... > And I found on the web a tuto where someone uses for his share : > > > acl_xattr:ignore system acl = YesDo you actually have that line as above ? If so, it is wrong, it is missing an 's', it's 'acls', not 'acl' If you use that line (well, the correct one), the system acls (ugo) will be ignored (never altered), that is why you do not get the '+' on the end when you set the permissions from Windows, they are being stored in an EA. Rowland
Hello Rowland, Le 28/02/2022 ? 18:01, Rowland Penny via samba a ?crit?:> Do you actually have that line as above ? > If so, it is wrong, it is missing an 's', it's 'acls', not 'acl' > > If you use that line (well, the correct one), the system acls (ugo) > will be ignored (never altered), that is why you do not get the '+' on > the end when you set the permissions from Windows, they are being > stored in an EA.I did more tests, and : If I put acl_xattr:ignore system acls = yes in my share, it "fails", the "+" isn't here and my Windows ACL not applied. But if I comment this line and then my share is only : [TEST] # acl_xattr:ignore system acl = yes path = /srv/samba/TEST/ read only = no Then all works fine, the "+" is back and I can config ACL with total success. I follow the wiki. My test lab : Win10 21H2 Windows server 2012R2 Domain member : debian11/ 4.14.12 (Louis) Cheers, -- Manu