From 4e0ac09ef6c6fadd67718f7b5aca7283fb8086b1 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 18 Jul 2016 13:10:23 +1200 Subject: dsdb: Rework kcc_deleted() into dsdb_garbage_collect_tombstones() This is so that in a future commit, we can wrap this in python and allow it to be called from outside the samba server processs. This requires that we rework the callers and internals to avoid reference to private data structures of the KCC service. Signed-off-by: Andrew Bartlett Reviewed-by: Garming Sam --- source4/dsdb/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/dsdb/wscript_build') diff --git a/source4/dsdb/wscript_build b/source4/dsdb/wscript_build index aea8fa43d71..7ea9e27353e 100755 --- a/source4/dsdb/wscript_build +++ b/source4/dsdb/wscript_build @@ -67,6 +67,6 @@ bld.SAMBA_PYTHON('python_dsdb', # the dependency on dcerpc here is because gensec # depends on dcerpc but the waf circular dependency finder # removes it so we end up with unresolved symbols. - deps='samdb pyldb-util dcerpc com_err pyrpc_util', + deps='samdb pyldb-util dcerpc com_err pyrpc_util pyparam_util', realname='samba/dsdb.so' ) -- cgit v1.2.1