summaryrefslogtreecommitdiff
path: root/source4/librpc/wscript_build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-12-16 10:55:46 +0100
committerStefan Metzmacher <metze@samba.org>2012-01-04 22:31:52 +0100
commit1b45f2aed86dda9fda6e6bcf1c9c7cbdc471c18d (patch)
treedae8487ed63205b6af35ce4814e5e74ede24bf3f /source4/librpc/wscript_build
parent9465b9ce6f26d5db0477110a59da1a9306567d7b (diff)
downloadsamba-1b45f2aed86dda9fda6e6bcf1c9c7cbdc471c18d.tar.gz
samba-1b45f2aed86dda9fda6e6bcf1c9c7cbdc471c18d.tar.bz2
samba-1b45f2aed86dda9fda6e6bcf1c9c7cbdc471c18d.zip
s4:pyrpc: add 'user_session_key' getter to the connection object
This gets the session key from gensec for usage in DRSUAPI. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Jan 4 22:31:52 CET 2012 on sn-devel-104
Diffstat (limited to 'source4/librpc/wscript_build')
-rwxr-xr-xsource4/librpc/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build
index cb4c5307a6..bf36d1d18a 100755
--- a/source4/librpc/wscript_build
+++ b/source4/librpc/wscript_build
@@ -165,7 +165,7 @@ bld.SAMBA_SUBSYSTEM('pyrpc_util',
bld.SAMBA_PYTHON('python_dcerpc',
source='rpc/pyrpc.c',
- public_deps='LIBCLI_SMB samba-util samba-hostconfig dcerpc-samr RPC_NDR_LSA DYNCONFIG pyrpc_util',
+ public_deps='LIBCLI_SMB samba-util samba-hostconfig dcerpc-samr RPC_NDR_LSA DYNCONFIG pyrpc_util gensec',
realname='samba/dcerpc/base.so'
)