From 069a6f0e4b59bb76191fa4011adf8d97cfd69011 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 31 Oct 2008 15:07:34 +0100 Subject: Disable lanman authentication by default in Samba 4. --- selftest/selftest.pl | 1 + selftest/target/Samba4.pm | 1 + 2 files changed, 2 insertions(+) (limited to 'selftest') diff --git a/selftest/selftest.pl b/selftest/selftest.pl index aa99b2ed6f..292a2d2dd6 100755 --- a/selftest/selftest.pl +++ b/selftest/selftest.pl @@ -578,6 +578,7 @@ sub write_clientconf($$) notify:inotify = false ldb:nosync = true system:anonymous = true + client lanman auth = Yes torture:basedir = $prefix_abs/client #We don't want to pass our self-tests if the PAC code is wrong gensec:require_pac = true diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm index 8c79a31448..5cc34c76fd 100644 --- a/selftest/target/Samba4.pm +++ b/selftest/target/Samba4.pm @@ -572,6 +572,7 @@ sub provision($$$$$$) #We don't want to pass our self-tests if the PAC code is wrong gensec:require_pac = true log level = $server_loglevel + lanman auth = Yes [tmp] path = $tmpdir -- cgit