summaryrefslogtreecommitdiff
path: root/source4/smbd
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-09-11 21:46:58 +1000
committerAndrew Tridgell <tridge@samba.org>2009-09-11 22:13:45 +1000
commit61facf426691cc896ec61fde1c4cb7d947adb07b (patch)
tree8e44d7aa5e879a1ab6b69e0d1c4c8bb09a387330 /source4/smbd
parentfd3a77839cf747ce884cbd4e1cc212f22c4836a2 (diff)
downloadsamba-61facf426691cc896ec61fde1c4cb7d947adb07b.tar.gz
samba-61facf426691cc896ec61fde1c4cb7d947adb07b.tar.bz2
samba-61facf426691cc896ec61fde1c4cb7d947adb07b.zip
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 :-)
Diffstat (limited to 'source4/smbd')
-rw-r--r--source4/smbd/server.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/smbd/server.c b/source4/smbd/server.c
index bb2571e819..73dbec0120 100644
--- a/source4/smbd/server.c
+++ b/source4/smbd/server.c
@@ -212,6 +212,7 @@ static int binary_smbd_main(const char *binary_name, int argc, const char *argv[
extern NTSTATUS server_service_cldapd_init(void);
extern NTSTATUS server_service_smb_init(void);
extern NTSTATUS server_service_drepl_init(void);
+ extern NTSTATUS server_service_kcc_init(void);
extern NTSTATUS server_service_rpc_init(void);
extern NTSTATUS server_service_ntp_signd_init(void);
extern NTSTATUS server_service_samba3_smb_init(void);