openmediavault Release: 6.9.2-1
I just noticed today that enabling "Transport encryption" per share wasn't working, and after some digging I concluded that the syntax for this option on this build of OMV is incorrect:
That syntax is for Samba v4.14.xx and above. The correct syntax for the version in OMV6 (v4.13.xx) is:
I was able to get my shares encrypted properly once I added "smb encrypt = required" to my "Private Share":
I raised issue 1605 on GitHub:
Once OpenMediaVault starts using Samba v4.14 and above, this would need to be revisited.