mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
Implemented sharing datasets via SMB using libshare
Add the initial support for the 'smbshare' option using the existing libshare infrastructure. Because this implementation relies on usershares samba version 3.0.23 is required. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #493
This commit is contained in:
committed by
Brian Behlendorf
parent
4588bf5701
commit
645fb9cc21
+2
-1
@@ -9,7 +9,8 @@ dist_pkglibexec_SCRIPTS = \
|
||||
$(top_srcdir)/scripts/zpool-create.sh \
|
||||
$(top_srcdir)/scripts/zpios.sh \
|
||||
$(top_srcdir)/scripts/zpios-sanity.sh \
|
||||
$(top_srcdir)/scripts/zpios-survey.sh
|
||||
$(top_srcdir)/scripts/zpios-survey.sh \
|
||||
$(top_srcdir)/scripts/smb.sh
|
||||
|
||||
ZFS=$(top_builddir)/scripts/zfs.sh
|
||||
ZCONFIG=$(top_builddir)/scripts/zconfig.sh
|
||||
|
||||
Reference in New Issue
Block a user