I'm using zfs on linux, using the sharesmb=on
option to try out the native smb share feature instead of adding the zfs tank path to my smb.conf file.
The share has shown up on my windows machines, but my windows users can't write to it. I think I'm making an assumption that the zfs smb interface is mapping my windows user to a linux user with the same name. I'd normally make a username map file to map the windows to linux user, but that seems unnecessary since the usernames are identical.
Does the native smbshare even use smb.conf, or are there zfs pool commands that apply samba settings?