From 48323d88cc4ca3a08d1bd79c748061c775d57eca Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 2 Sep 2010 16:46:20 +1000 Subject: selftest: run client tests with log level 1 this PIDL print functions to display --- selftest/selftest.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'selftest') diff --git a/selftest/selftest.pl b/selftest/selftest.pl index 7f5aa764f0..76e1886409 100755 --- a/selftest/selftest.pl +++ b/selftest/selftest.pl @@ -602,6 +602,7 @@ sub write_clientconf($$) ldb:nosync = true system:anonymous = true client lanman auth = Yes + log level = 1 torture:basedir = $prefix_abs/client #We don't want to pass our self-tests if the PAC code is wrong gensec:require_pac = true -- cgit