]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
selftest:Samba4: let fl2000dc use Windows2000 style SPNEGO/NTLMSSP
authorStefan Metzmacher <metze@samba.org>
Mon, 25 Apr 2016 14:02:22 +0000 (16:02 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 28 Apr 2016 14:51:17 +0000 (16:51 +0200)
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>
selftest/target/Samba4.pm

index 7bd4cada371bd7ed3b53817bb5974fe0d210e9c2..2d30dcf14991f52446599c0aab05f42c2b2748ef 100755 (executable)
@@ -1377,6 +1377,10 @@ sub provision_fl2000dc($$)
        my ($self, $prefix) = @_;
 
        print "PROVISIONING DC WITH FOREST LEVEL 2000...";
+       my $extra_conf_options = "
+       spnego:simulate_w2k=yes
+       ntlmssp_server:force_old_spnego=yes
+";
        my $ret = $self->provision($prefix,
                                   "domain controller",
                                   "dc5",
@@ -1386,7 +1390,7 @@ sub provision_fl2000dc($$)
                                   "locDCpass5",
                                   undef,
                                   undef,
-                                  "",
+                                  $extra_conf_options,
                                   "",
                                   undef);