summaryrefslogtreecommitdiff
path: root/librpc/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2017-03-23 16:30:05 +1300
committerAndrew Bartlett <abartlet@samba.org>2017-03-29 02:37:29 +0200
commit493d886163e3691bf328953c6ae10de2ba7ee482 (patch)
tree249dbca2a88741db4cf750496174d8287c5a71e3 /librpc/wscript_build
parent43f52fc425d8b59596a1f3917ac41a0631477393 (diff)
downloadsamba-493d886163e3691bf328953c6ae10de2ba7ee482.tar.gz
python: Add bindings for NTLMSSP
This is helpful for building NTLMv2 packets in python for testing against the SamLogon server Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'librpc/wscript_build')
-rw-r--r--librpc/wscript_build5
1 files changed, 5 insertions, 0 deletions
diff --git a/librpc/wscript_build b/librpc/wscript_build
index 55a6f7ab684..c4b647c242d 100644
--- a/librpc/wscript_build
+++ b/librpc/wscript_build
@@ -515,6 +515,11 @@ bld.SAMBA_SUBSYSTEM('RPC_NDR_DRSBLOBS',
public_deps='dcerpc-binding NDR_DRSBLOBS'
)
+bld.SAMBA_SUBSYSTEM('RPC_NDR_NTLMSSP',
+ source='gen_ndr/ndr_ntlmssp_c.c',
+ public_deps='dcerpc-binding NDR_NTLMSSP'
+ )
+
bld.SAMBA_SUBSYSTEM('RPC_NDR_POLICYAGENT',
source='gen_ndr/ndr_policyagent_c.c',
public_deps='dcerpc-binding NDR_POLICYAGENT'