Hi
Is it possible to share SMB via ZFS and maybe join a windows domain for adding share permissions?
Thanks
Felix
Is it possible to share SMB via ZFS and maybe join a windows domain for adding share permissions?
Thanks
Felix
ZFS is a file system. it doesnt care what you share and how.Hi
Is it possible to share SMB via ZFS and maybe join a windows domain for adding share permissions?
Thanks
Felix
A good place to start is here: https://www.samba.org/samba/docs/Thanks
Is it possible to join multiple domains - for different shares and tenants? - or only one is possible
Then you might just setup different ZFS datasets, bind them to LXC containers running samba4 et voila. I can assist you with further information, doing this at some sites.
zfs create -o acltype=posixacl -o aclinherit=passthrough a-pool/a-dataset/music
zfs create -o acltype=posixacl -o aclinherit=passthrough another-pool/another-dataset/public
...
mp0: /a-pool/a-dataset/music,mp=/srv/samba/music
mp0: /another-pool/another-dataset/public,mp=/srv/samba/public
...