From 1b45f2aed86dda9fda6e6bcf1c9c7cbdc471c18d Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 16 Dec 2011 10:55:46 +0100 Subject: 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 Autobuild-Date: Wed Jan 4 22:31:52 CET 2012 on sn-devel-104 --- source4/librpc/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/librpc/wscript_build') 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' ) -- cgit