summaryrefslogtreecommitdiff
path: root/source4/utils
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-11-21 15:34:43 +1100
committerAndreas Schneider <asn@samba.org>2012-11-22 10:21:16 +0100
commit1000da933534f1148f5b6f9db2029a5074917968 (patch)
tree572424881c6c14f0fe065cab7df7a9264536f966 /source4/utils
parentc704f0daa5e81911ea2b507323b5005303f61e91 (diff)
downloadsamba-1000da933534f1148f5b6f9db2029a5074917968.tar.gz
samba-1000da933534f1148f5b6f9db2029a5074917968.tar.bz2
samba-1000da933534f1148f5b6f9db2029a5074917968.zip
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 <asn@samba.org>
Diffstat (limited to 'source4/utils')
-rw-r--r--source4/utils/wscript_build14
1 files changed, 8 insertions, 6 deletions
diff --git a/source4/utils/wscript_build b/source4/utils/wscript_build
index da937dd357..3b21eda900 100644
--- a/source4/utils/wscript_build
+++ b/source4/utils/wscript_build
@@ -1,11 +1,13 @@
#!/usr/bin/env python
-bld.SAMBA_BINARY('ntlm_auth',
- source='ntlm_auth.c',
- manpages='man/ntlm_auth.1',
- deps='''samba-hostconfig samba-util popt POPT_SAMBA POPT_CREDENTIALS gensec LIBCLI_RESOLVE
- auth4 NTLMSSP_COMMON MESSAGING events service''',
- pyembed=True
+bld.SAMBA_BINARY('ntlm_auth4',
+ source='ntlm_auth.c',
+ manpages='man/ntlm_auth.1',
+ deps='''samba-hostconfig samba-util popt
+ POPT_SAMBA POPT_CREDENTIALS gensec LIBCLI_RESOLVE
+ auth4 NTLMSSP_COMMON MESSAGING events service''',
+ pyembed=True,
+ install=False
)