summaryrefslogtreecommitdiff
path: root/source4/wrepl_server/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-12-14 19:19:43 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:47:23 -0500
commit1d91ad0f73c8dc6c8a06c9bc2633516ac8b32e77 (patch)
tree487a30523c2904365dc6ea5d43647468690ee23e /source4/wrepl_server/config.mk
parentb1e50046657fcb8877b9199919f252f99ea701a0 (diff)
downloadsamba-1d91ad0f73c8dc6c8a06c9bc2633516ac8b32e77.tar.gz
samba-1d91ad0f73c8dc6c8a06c9bc2633516ac8b32e77.tar.bz2
samba-1d91ad0f73c8dc6c8a06c9bc2633516ac8b32e77.zip
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)
Diffstat (limited to 'source4/wrepl_server/config.mk')
-rw-r--r--source4/wrepl_server/config.mk3
1 files changed, 2 insertions, 1 deletions
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