s4-kcc: add a very simple KCC
authorAndrew Tridgell <tridge@samba.org>
Fri, 11 Sep 2009 11:46:58 +0000 (21:46 +1000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 11 Sep 2009 12:03:45 +0000 (22:03 +1000)
commit0d6bc14225d910150dc9949b35e587aafe9922c7
tree9eed8963b99d399275ba5a6d51069ac2666d393e
parent81474df7858273024ae4e214dc339b0754c71048
s4-kcc: add a very simple KCC

A KCC is a 'Knowledge Consistency Checker', a fancy name for a daemon
that works out who will replicate with who in a AD domain. This
implements an extremely simple KCC task that just wants to replicate
with everyone :-)
source4/dsdb/config.mk
source4/dsdb/kcc/kcc_periodic.c [new file with mode: 0644]
source4/dsdb/kcc/kcc_service.c [new file with mode: 0644]
source4/dsdb/kcc/kcc_service.h [new file with mode: 0644]
source4/param/loadparm.c
source4/smbd/server.c