diff options
author | Dave Craft <wimberosa@gmail.com> | 2011-12-04 11:06:47 -0600 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-12-08 11:48:17 +1100 |
commit | 0a4746a20085a21bd8f28faf13bc5168f3ad5afb (patch) | |
tree | 4a47e2c4bf5ed54f416a207bd1d9c0ecb4577c4c /source4/dsdb/wscript_build | |
parent | 0a181217bdf7e59a7e1f5506c8e050f67537f7f1 (diff) | |
download | samba-0a4746a20085a21bd8f28faf13bc5168f3ad5afb.tar.gz samba-0a4746a20085a21bd8f28faf13bc5168f3ad5afb.tar.bz2 samba-0a4746a20085a21bd8f28faf13bc5168f3ad5afb.zip |
Invocation of samba_kcc from KCC task
Modification to periodic and explicit invocation
paths of the KCC topology generation code. Managed
via samba_runcmd_send() API. The samba_kcc script
is invoked if (kccsrv:samba_kcc = true) appears in smb.conf
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source4/dsdb/wscript_build')
-rw-r--r-- | source4/dsdb/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/wscript_build b/source4/dsdb/wscript_build index 7645ae7700..0eb4eebe1f 100644 --- a/source4/dsdb/wscript_build +++ b/source4/dsdb/wscript_build @@ -43,7 +43,7 @@ bld.SAMBA_MODULE('service_kcc', autoproto='kcc/kcc_service_proto.h', subsystem='service', init_function='server_service_kcc_init', - deps='samdb process_model RPC_NDR_IRPC RPC_NDR_DRSUAPI', + deps='samdb process_model RPC_NDR_IRPC RPC_NDR_DRSUAPI UTIL_RUNCMD', internal_module=False, ) |