1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

s4-test: fixed make test without having done make install

client.conf didn't specify "setup directory"
This commit is contained in:
Andrew Tridgell 2010-01-11 09:29:29 +11:00
parent 2cedefabc9
commit 1eebdfdbe7

View File

@ -587,6 +587,7 @@ sub write_clientconf($$)
#We don't want to pass our self-tests if the PAC code is wrong
gensec:require_pac = true
modules dir = $ENV{LD_SAMBA_MODULE_PATH}
setup directory = ./setup
";
close(CF);
}