diff options
author | Andy Walsh <andy.walsh44+github@gmail.com> | 2019-07-21 16:01:01 +0200 |
---|---|---|
committer | Andy Walsh <andy.walsh44+github@gmail.com> | 2019-07-21 16:01:20 +0200 |
commit | 2f2a4bccd9fa1fdad7b001fad276ce485e76acbe (patch) | |
tree | 1f5caeb719cae6b2dea3333a471cfc931be3d0dc /net/samba4/Config.in | |
parent | 5a3e520f45b96f3458266ba20cf4d3b09bb4b974 (diff) |
samba4: revert to 4.9.11
* revert to 4.9.x series (4.10 needs too many unofficial patches and has weird waf bugs)
* cleanup patches
* enable AD_DC build option again
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Diffstat (limited to 'net/samba4/Config.in')
-rw-r--r-- | net/samba4/Config.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/samba4/Config.in b/net/samba4/Config.in index 7f788dca8..99157702a 100644 --- a/net/samba4/Config.in +++ b/net/samba4/Config.in @@ -8,6 +8,20 @@ config SAMBA4_SERVER_ACL Extended access control list support default n +config SAMBA4_SERVER_AD_DC + bool "Active Directory Domain Controller support (requires krb5-server) (EXPERIMENTAL)" + depends on PACKAGE_samba4-server + select PACKAGE_python-crypto + help + installs: samba (meta-daemon) python-crypto ntlm_auth + scripts: samba-tool + + 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 + config SAMBA4_SERVER_AVAHI bool "Avahi support" depends on PACKAGE_samba4-server |