summaryrefslogtreecommitdiff
path: root/libgpo/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2017-10-24 16:40:02 +1300
committerGarming Sam <garming@samba.org>2017-11-20 21:41:15 +0100
commit0da76af16c6707c82762f029938be83c4ac5cd29 (patch)
tree3751c3514922cfff389d8291deb2cc28685591a5 /libgpo/wscript_build
parent3bc0c1f8ee414454091642eb92238461c083903c (diff)
downloadsamba-0da76af16c6707c82762f029938be83c4ac5cd29.tar.gz
python: Use py_check_dcerpc_type() to safely check for credentials
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Diffstat (limited to 'libgpo/wscript_build')
-rw-r--r--libgpo/wscript_build3
1 files changed, 2 insertions, 1 deletions
diff --git a/libgpo/wscript_build b/libgpo/wscript_build
index 7d1d32628f0..2ef66f7fa9d 100644
--- a/libgpo/wscript_build
+++ b/libgpo/wscript_build
@@ -8,5 +8,6 @@ bld.SAMBA3_LIBRARY('gpext',
private_library=True)
bld.SAMBA3_PYTHON('python_samba_libgpo', 'pygpo.c',
- deps='pyparam_util gpext talloc ads TOKEN_UTIL auth',
+ deps='''pyparam_util gpext talloc ads TOKEN_UTIL
+ auth pyrpc_util''',
realname='samba/gpo.so')