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:13:45 +0000 (22:13 +1000)
commit61facf426691cc896ec61fde1c4cb7d947adb07b
tree8e44d7aa5e879a1ab6b69e0d1c4c8bb09a387330
parentfd3a77839cf747ce884cbd4e1cc212f22c4836a2
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