summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2016-04-25 16:02:22 +0200
committerKarolin Seeger <kseeger@samba.org>2016-04-29 12:06:26 +0200
commit53ce9957a4856a3d8be1d3071d95a83139ead75f (patch)
tree4dbfe68427abc1b5818a4ef5bb0f0e8c678520c3
parentea33b55bf3eddd7f193fd24dd04ce31867be83ef (diff)
downloadsamba-53ce9957a4856a3d8be1d3071d95a83139ead75f.tar.gz
selftest:Samba4: let fl2000dc use Windows2000 style SPNEGO/NTLMSSP
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11849 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Günther Deschner <gd@samba.org> (similar to commit 4de43387235cb17a185fdd1afd658972e8c174ef)
-rwxr-xr-xselftest/target/Samba4.pm6
1 files changed, 5 insertions, 1 deletions
diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm
index 48ff9b8be86..48186b14811 100755
--- a/selftest/target/Samba4.pm
+++ b/selftest/target/Samba4.pm
@@ -1144,6 +1144,10 @@ sub provision_fl2000dc($$)
my ($self, $prefix) = @_;
print "PROVISIONING DC...";
+ my $extra_conf_options = "
+ spnego:simulate_w2k=yes
+ ntlmssp_server:force_old_spnego=yes
+";
my $ret = $self->provision($prefix,
"domain controller",
"dc5",
@@ -1151,7 +1155,7 @@ sub provision_fl2000dc($$)
"samba2000.example.com",
"2000",
"locDCpass5",
- undef, "", "", undef);
+ undef, $extra_conf_options, "", undef);
unless($self->add_wins_config("$prefix/private")) {
warn("Unable to add wins configuration");