smbd:smb2: fix error code when the header says the request is signed but we don't...
[Samba.git] / source4 / utils / wscript_build
blob046e2372fdfe99249e11ca789946c3bc1ed86413
1 #!/usr/bin/env python
3 bld.SAMBA_BINARY('ntlm_auth4',
4 source='ntlm_auth.c',
5 manpages='man/ntlm_auth4.1',
6 deps='''samba-hostconfig samba-util popt
7 POPT_SAMBA POPT_CREDENTIALS gensec LIBCLI_RESOLVE
8 auth4 NTLMSSP_COMMON MESSAGING events service''',
9 pyembed=True,
10 install=False
14 bld.SAMBA_BINARY('oLschema2ldif',
15 source='oLschema2ldif.c',
16 manpages='man/oLschema2ldif.1',
17 deps='samdb POPT_SAMBA'