diff options
author | Andy Walsh <andy.walsh44+github@gmail.com> | 2019-11-28 17:11:55 +0100 |
---|---|---|
committer | Andy Walsh <andy.walsh44+github@gmail.com> | 2019-11-28 17:11:55 +0100 |
commit | 226e0c6497853d988fef78f66e491020fdae134f (patch) | |
tree | 83556f7c112934cad893d35d83e81f7d94302c6e /net/samba4/Config.in | |
parent | f39cdba7c057e459e490b6a76b1b004dbe8d9c4d (diff) |
samba4: update to 4.9.16, remove AD-DC/Winbind options
* update to 4.9.16
* cherry-pick some musl alpine/openembedded patches
* cleanup/remove AD-DC/Winbind options and related code
* build the compile_et via samba4/host
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Diffstat (limited to 'net/samba4/Config.in')
-rw-r--r-- | net/samba4/Config.in | 65 |
1 files changed, 20 insertions, 45 deletions
diff --git a/net/samba4/Config.in b/net/samba4/Config.in index 99157702a..17a6cf2b7 100644 --- a/net/samba4/Config.in +++ b/net/samba4/Config.in @@ -1,26 +1,14 @@ -config SAMBA4_SERVER_ACL - bool "ACL support (xattr)" - depends on PACKAGE_samba4-server - help - installs: sharesec - modules: vfs_acl_xattr vfs_acl_tdb vfs_posixacl - - Extended access control list support - default n - -config SAMBA4_SERVER_AD_DC - bool "Active Directory Domain Controller support (requires krb5-server) (EXPERIMENTAL)" +config SAMBA4_SERVER_NETBIOS + bool "NetBIOS support" depends on PACKAGE_samba4-server - select PACKAGE_python-crypto help - installs: samba (meta-daemon) python-crypto ntlm_auth - scripts: samba-tool + installs: nmbd (daemon) - Run as a Active Directory Domain Controller - see: https://wiki.samba.org/index.php/Setting_up_Samba_as_an_Active_Directory_Domain_Controller - HINT: see section (# Using the Domain Controller as a File Server) - NOTE: Extroot is recommend for this setup, as it is not optimized to run completely from RAM/tempfs! - default n + Announce Samba resources via NetBIOS using the nmbd daemon + WSD (Web Services for Devices) replaces the functionality of NetBIOS and is provided by the wsdd2 package (selected by default). + Note: As of Windows 10 Fall Creators Update (1709) NetBIOS isn't supported unless the old SMB1 feature is reinstalled (not recommended). + Network shares can be directly accessed via network paths '\\hostname\sharename' and mounted via 'map network drive' without NetBIOS or WSD. + default y config SAMBA4_SERVER_AVAHI bool "Avahi support" @@ -38,17 +26,7 @@ config SAMBA4_SERVER_VFS modules: (vfs_btrfs) vfs_fruit vfs_shadow_copy2 vfs_recycle vfs_fake_perms vfs_readonly vfs_cap vfs_offline vfs_crossrename vfs_catia vfs_streams_xattr Commonly used VFS modules, vfs_btrfs requires kmod-fs-btrfs to be selected separately - default y - -config SAMBA4_SERVER_QUOTAS - bool "Disk quota support" - depends on PACKAGE_samba4-server - help - installs: - modules: vfs_default_quota - - Support for disk quotas using the quotas VFS module (vfs_default_quota) - default n + default y config SAMBA4_SERVER_VFSX bool "Extended VFS modules" @@ -60,25 +38,22 @@ config SAMBA4_SERVER_VFSX Additional VFS modules that aren't commonly used, vfs_linux_xfs_sgid requires kmod-fs-xfs to be selected separately default n -config SAMBA4_SERVER_NETBIOS - bool "NetBIOS support" +config SAMBA4_SERVER_ACL + bool "ACL support (xattr)" depends on PACKAGE_samba4-server help - installs: nmbd (daemon) + installs: sharesec + modules: vfs_acl_xattr vfs_acl_tdb vfs_posixacl - Announce Samba resources via NetBIOS using the nmbd daemon - WSD (Web Services for Devices) replaces the functionality of NetBIOS and is provided by the wsdd2 package (selected by default). - Note: As of Windows 10 Fall Creators Update (1709) NetBIOS isn't supported unless the old SMB1 feature is reinstalled (not recommended). - Network shares can be directly accessed via network paths '\\hostname\sharename' and mounted via 'map network drive' without NetBIOS or WSD. - default y + Extended access control list support + default n -config SAMBA4_SERVER_WINBIND - bool "Winbind support" +config SAMBA4_SERVER_QUOTAS + bool "Disk quota support" depends on PACKAGE_samba4-server help - installs: winbindd (daemon) wbinfo + installs: + modules: vfs_default_quota - Support using domain users and groups in local commands, such as chown and chgrp. - Display domain users and groups in local command's output, such as ls. - see: https://wiki.samba.org/index.php/Configuring_Winbindd_on_a_Samba_AD_DC + Support for disk quotas using the quotas VFS module (vfs_default_quota) default n |