summaryrefslogtreecommitdiff
path: root/selftest/target/Samba4.pm
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2015-06-12 14:41:20 +1200
committerJeremy Allison <jra@samba.org>2015-06-24 22:34:57 +0200
commitc31c30043bdb0b3736f81c4b391ec96f236bc227 (patch)
tree0fe80b6313473a5d93cde9a9dadce0d8d524a3d8 /selftest/target/Samba4.pm
parent45b7992428f646b8586974e1d86e3cdad869b059 (diff)
downloadsamba-c31c30043bdb0b3736f81c4b391ec96f236bc227.tar.gz
s4-winbindd: Remove the winbind rewrite from the samba4 effort
This winbind implementation is undermaintained, out of date and not the future of even the AD DC, let alone any other purpose. Removing it will reduce our security and bug exposure on this off by default subsystem Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Wed Jun 24 22:34:57 CEST 2015 on sn-devel-104
Diffstat (limited to 'selftest/target/Samba4.pm')
-rwxr-xr-xselftest/target/Samba4.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm
index 6ee56b393c3..ae7eb235c49 100755
--- a/selftest/target/Samba4.pm
+++ b/selftest/target/Samba4.pm
@@ -1432,6 +1432,10 @@ sub provision_ad_dc_ntvfs($$)
{
my ($self, $prefix) = @_;
+ # We keep the old 'winbind' name here in server services to
+ # ensure upgrades which used that name still work with the now
+ # alias.
+
print "PROVISIONING AD DC (NTVFS)...";
my $extra_conf_options = "netbios aliases = localDC1-a
server services = +winbind -winbindd";