I'm setting up some folders where any user in the users
group can collaborate on files, on a Ubuntu 12.04 LTS server.
It seems that users
on my machine have no problems editing each other's files (I have configured ACL group permission). However, we have users
connecting through the Mac OS X Finder Network
window, and these users are not able to edit files created on the Ubuntu box, nor vice versa. They are able to create and edit their own files. I can see their created files, but not edit them. They don't appear to respect the ACL mask.
Any idea what might be causing this?
-- Updates: Responses to Questions --
Joseph R - I don't know the answer to your question. I have used setfacl
to configure the appropriate permissions for the users
group, and I (likely wrongly) assumed that OS X would respect these settings.
robbat2 - Last night I determined that I was using AFP, which might actually be the root of the issue (I'm using netatalk
on Ubuntu).
I'm beginning to think that the solution will be to force users to use NFS. Would this be the prudent choice?