search for: sec_dir_delete_child

Displaying 3 results from an estimated 3 matches for "sec_dir_delete_child".

2016 Nov 17
2
Clients can't write to group-writable files - plea for help
...= S-1-1-0 other SMB_ACL_OTHER ace_flags = 0x0 perms r-x So it's the top-level directory of the share /data/test that is root.root rwxr-xr-x Can you check that ? The open request fails with: smbd_check_access_rights: file . requesting 0x40 returning 0x40 (NT_STATUS_ACCESS_DENIED) 0x40 is SEC_DIR_DELETE_CHILD, which is seeing if a file in that directory can be deleted. As you're not root, that open fails (you don't have 'w' access). Hope this helps.
2016 Nov 17
0
Clients can't write to group-writable files - plea for help
...xr-x > > Can you check that ? Nope - that directory is uid 2310, group 9004. I'm in group 9004. How can samba be getting that wrong? > The open request fails with: > > smbd_check_access_rights: file . requesting 0x40 returning 0x40 (NT_STATUS_ACCESS_DENIED) > > 0x40 is SEC_DIR_DELETE_CHILD, which is seeing if a file in that > directory can be deleted. As you're not root, that open fails > (you don't have 'w' access). > > Hope this helps. Okay - I understand how to read the logs a bit better now. Still baffled at samba not getting file acls correct though...
2016 Nov 16
2
Clients can't write to group-writable files - plea for help
On Wed, Nov 16, 2016 at 03:12:06PM -0500, Josh Malone via samba wrote: > On 11/16/16 2:32 PM, Jeremy Allison via samba wrote: > >> > >>But the file is not root:root - it's owned by uid 12477 and group > >>9006. Why is Samba getting the wrong owner/group for this file? > > > >That is the core of your problem. What does the full debug level 10 >