diff options
author | Andy Walsh <andy.walsh44+github@gmail.com> | 2019-07-10 14:40:01 +0200 |
---|---|---|
committer | Andy Walsh <andy.walsh44+github@gmail.com> | 2019-07-13 14:22:04 +0200 |
commit | 0ddd8f14845ec8603470b21efcff2fa20defac4b (patch) | |
tree | f7103603b4a0bc3fe94d8db1c4f871a496594be8 /net/samba4/Config.in | |
parent | 4a7b407d70de228dacc66dad8f866d5c05b6d581 (diff) |
samba4: update to 4.10.6
* update to 4.10.6
* use python3
* disable SERVER_AD_DC option (bugged atm)
* fix init script symlink smb.conf detection
* add new deps (libtasn1, libopenssl)
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, 0 insertions, 14 deletions
diff --git a/net/samba4/Config.in b/net/samba4/Config.in index 99157702a..7f788dca8 100644 --- a/net/samba4/Config.in +++ b/net/samba4/Config.in @@ -8,20 +8,6 @@ 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 |