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>
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",
"locDCpass5",
undef,
undef,
- "",
+ $extra_conf_options,
"",
undef);