From 1d91ad0f73c8dc6c8a06c9bc2633516ac8b32e77 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 14 Dec 2005 19:19:43 +0000 Subject: r12242: - make the push notifications triggered by the change count - for now we fake the change count to '1', so we'll still have periodicly triggered push notifies, the interval is the 'wreplsrv:periodic_interval=60' - add the 'pushUseInform' attribute to the wreplPartner objectClass to configure if we'll use WREPL_REPL_INFORM notifies metze (This used to be commit fa1a5660bb2ef7fabd72ad9b993dd91d59ac409e) --- source4/wrepl_server/config.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/wrepl_server/config.mk') diff --git a/source4/wrepl_server/config.mk b/source4/wrepl_server/config.mk index 6a6ce7185a..53172864d5 100644 --- a/source4/wrepl_server/config.mk +++ b/source4/wrepl_server/config.mk @@ -10,7 +10,8 @@ INIT_OBJ_FILES = \ wrepl_out_connection.o \ wrepl_out_helpers.o \ wrepl_apply_records.o \ - wrepl_periodic.o + wrepl_periodic.o \ + wrepl_out_push.o REQUIRED_SUBSYSTEMS = \ LIBCLI_WREPL WINSDB # End SUBSYSTEM WREPL_SRV -- cgit