I have a machine which acts as a NFS server, this machine shares files with others. Developers use the dev-user to upload files to the NFS server, but in the NFS client those files need to be owned by web-user, and devs don't have the credentials to log into the web servers everytime and do chown to those files. I want that everytime files are uploaded to the NFS client they are owned automatically by web-user.
I have tried with ACL with no result. And Nfsv4_ACL is confuse.
Is this possible? or do i have to seek other options?