diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-01-23 16:06:47 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:44:06 -0500 |
commit | faa9c2374ce284ac23ab42d314da54226ee68c35 (patch) | |
tree | 07e4e844e6512b7e9d383d5739d7b3b15001fa41 /source4/dsdb/config.mk | |
parent | eb7596e66bd69e09b3ab405c9aba287b715a0c0d (diff) | |
download | samba-faa9c2374ce284ac23ab42d314da54226ee68c35.tar.gz samba-faa9c2374ce284ac23ab42d314da54226ee68c35.tar.xz samba-faa9c2374ce284ac23ab42d314da54226ee68c35.zip |
r20974: add basic infrastructure for a DSDB replication service
not activated yet...
it will handle inbound pull replication and outbound change notification
metze
(This used to be commit 15eae968b8c72b4ce47071012e4110f3b7f3c3bc)
Diffstat (limited to 'source4/dsdb/config.mk')
-rw-r--r-- | source4/dsdb/config.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/source4/dsdb/config.mk b/source4/dsdb/config.mk index 26f44fc3ce3..1f0bda17b05 100644 --- a/source4/dsdb/config.mk +++ b/source4/dsdb/config.mk @@ -23,3 +23,17 @@ OBJ_FILES = \ # # End SUBSYSTEM SAMDB ################################################ + +####################### +# Start SUBSYSTEM DREPL_SRV +[MODULE::DREPL_SRV] +INIT_FUNCTION = server_service_drepl_init +SUBSYSTEM = service +OBJ_FILES = \ + repl/drepl_service.o +PRIVATE_PROTO_HEADER = repl/drepl_service_proto.h +PRIVATE_DEPENDENCIES = \ + SAMDB \ + process_model +# End SUBSYSTEM DREPL_SRV +####################### |