mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
1d91ad0f73
- 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 fa1a5660bb
)
19 lines
398 B
Makefile
19 lines
398 B
Makefile
# WREPL server subsystem
|
|
|
|
#######################
|
|
# Start SUBSYSTEM WREPL_SRV
|
|
[SUBSYSTEM::WREPL_SRV]
|
|
INIT_OBJ_FILES = \
|
|
wrepl_server.o \
|
|
wrepl_in_connection.o \
|
|
wrepl_in_call.o \
|
|
wrepl_out_connection.o \
|
|
wrepl_out_helpers.o \
|
|
wrepl_apply_records.o \
|
|
wrepl_periodic.o \
|
|
wrepl_out_push.o
|
|
REQUIRED_SUBSYSTEMS = \
|
|
LIBCLI_WREPL WINSDB
|
|
# End SUBSYSTEM WREPL_SRV
|
|
#######################
|