Hello,
I'm running FreeNAS 9.2.1.8 in a Windows environment.
I have some CIFS shares set with the adequate windows options.
Backup jobs are scheduled using Syncback, and options to preserve ACLs are activated.
However when a file is copied, he get owned by the user running the backup job. Syncback try to assign the ownership to the original file owner, but it fails with error: Access is denied.
I tried to make this assignment manually, through windows security GUI, but it fails exactly the same way.
When I log with the original file owner account, I'm able to take the ownership of the file created by Syncback.
I made several tests without Syncback, just trying to assign ownership to another user, and it also fails.
So the question is: How to assign ownership to another user from the current owner account?
Any specific option to set within FreeNAS??
Referring to this bulletin, it should be possible : http://technet.microsoft.com/en-us/magazine/ff404240.aspx
Here is a small scenario giving you the opportunity to test this on your system.
Thank you
I'm running FreeNAS 9.2.1.8 in a Windows environment.
I have some CIFS shares set with the adequate windows options.
Backup jobs are scheduled using Syncback, and options to preserve ACLs are activated.
However when a file is copied, he get owned by the user running the backup job. Syncback try to assign the ownership to the original file owner, but it fails with error: Access is denied.
I tried to make this assignment manually, through windows security GUI, but it fails exactly the same way.
When I log with the original file owner account, I'm able to take the ownership of the file created by Syncback.
I made several tests without Syncback, just trying to assign ownership to another user, and it also fails.
So the question is: How to assign ownership to another user from the current owner account?
Any specific option to set within FreeNAS??
Referring to this bulletin, it should be possible : http://technet.microsoft.com/en-us/magazine/ff404240.aspx
Here is a small scenario giving you the opportunity to test this on your system.
User A create file X.txt
User A and B have full control on file X.txt
User A assign ownership of file X.txt to user B -> Fails: Access denied
User B take over ownership on file X.txt -> Ok
User A and B have full control on file X.txt
User A assign ownership of file X.txt to user B -> Fails: Access denied
User B take over ownership on file X.txt -> Ok
Thank you