From 1000da933534f1148f5b6f9db2029a5074917968 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 21 Nov 2012 15:34:43 +1100 Subject: build: Use ntlm_auth from source3 as the only ntlm_auth installed on the system The ntlm_auth4 binary is untested, and is missing major features compared with the source3 binary. The two are being slowly merged, but I have not finished that. Andrew Bartlett Reviewed-by: Andreas Schneider --- selftest/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'selftest/wscript') diff --git a/selftest/wscript b/selftest/wscript index a5b2e5358f..4733dc17cd 100644 --- a/selftest/wscript +++ b/selftest/wscript @@ -121,7 +121,7 @@ def cmd_testonly(opt): 'smbclient3:smbclient,' + 'smbclient4:smbclient4,' + 'smbtorture4:smbtorture,' + - 'ntlm_auth3:ntlm_auth3') + 'ntlm_auth3:ntlm_auth') env.OPTIONS = '--binary-mapping=%s' % binary_mapping if not Options.options.SLOWTEST: -- cgit