This is a scene between linux and windows.We need to upload directories/files in linux,
and use them in windows. Everything is going well except creating/removing files.The
directory/file belongs to root and the mode is 0755/0644, but the user is -2, so
fsal_check_access_no_acl fail.
One work around is changing everything to 0777, but it's time consuming.So is their a
way to turn off permission check in ganesha? Thanks in advance.