From c50c5836ea9b5b955d224b721208c2ee29bc9f62 Mon Sep 17 00:00:00 2001 From: Andy Walsh Date: Fri, 13 Dec 2019 17:22:33 +0100 Subject: samba4: update to 4.11.4 * update to 4.11.4 (python3 version) * re-enable AD-DC option * add 'samba_nice' UCI option via "config procd 'extra'" * restructure buildsteps (don't rely on waf --targets logic) * move quota option into VFS * move ACL option into AC-DC * add more admin-tools * use rpath_install for libs * fix rpath + rstrip Signed-off-by: Andy Walsh --- net/samba4/Config.in | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) (limited to 'net/samba4/Config.in') diff --git a/net/samba4/Config.in b/net/samba4/Config.in index 17a6cf2b7..988c05f20 100644 --- a/net/samba4/Config.in +++ b/net/samba4/Config.in @@ -23,7 +23,7 @@ config SAMBA4_SERVER_VFS depends on PACKAGE_samba4-server help installs: - 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 + 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 vfs_default_quota Commonly used VFS modules, vfs_btrfs requires kmod-fs-btrfs to be selected separately default y @@ -38,22 +38,16 @@ 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_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_QUOTAS - bool "Disk quota support" +config SAMBA4_SERVER_AD_DC + bool "Active Directory Domain Controller support (EXPERIMENTAL)" depends on PACKAGE_samba4-server + select SAMBA4_SERVER_VFS help - installs: - modules: vfs_default_quota + installs: samba (meta-daemon) PyCryptodome ntlm_auth + scripts: samba-tool - Support for disk quotas using the quotas VFS module (vfs_default_quota) + 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 -- cgit v1.2.3