Samba 4.20 includes the commit d1846452e96 vfs: Add VFS_OPEN_HOW_WITH_BACKUP_INTENT which triggers a check in shadow_copy2_openat and prevents the file from being opened if the CREATE is done with BACKUP_INTENT. Patch to follow.
https://gitlab.com/samba-team/samba/-/merge_requests/3825
This bug was referenced in samba master: 30b0fa892ad66bfad92403186f97fd46496e62de
Created attachment 18460 [details] patch for 4.20
Comment on attachment 18460 [details] patch for 4.20 Is this only for 4.20, or is 4.21 also affected?
Created attachment 18461 [details] patch for 4.21
It affects 4.21 as well, i missed that at first.