Thanks for testing!
You could try it the same way as for recycle bin.
Add the following to include.conf:
fruit:metadata = stream
fruit:model = MacSamba
fruit:veto_appledouble = no
fruit:nfs_aces = no
fruit:wipe_intentionally_left_blank_rfork = yes
fruit:delete_empty_adfiles = yes
fruit:posix_rename = yes
Then it should be possible to enable it for a specific testshare by adding the vfs objects “fruit streams_xattr”.
podman exec samba-dc net conf setparm testfolder "vfs objects" "dfs_samba4 acl_xattr fruit streams_xattr"
If you like recycle bin and Mac options the following should work:
podman exec samba-dc net conf setparm testfolder "vfs objects" "dfs_samba4 acl_xattr fruit streams_xattr recycle"
After restarting samba-dc service the Mac options should be enabled for the testshare.
It’s because of defining just vfs objects “fruit streams_xattr” without adding “dfs_samba4 acl_xattr” which is needed for working NS8 samba settings.
Yes and maybe we could also use it with other apps for example for the Nextcloud fulltext search.