summaryrefslogtreecommitdiff
path: root/source4/dsdb/config.mk
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-12-30 21:40:17 +1100
committerAndrew Tridgell <tridge@samba.org>2010-01-02 08:16:56 +1100
commitcced56736431094db14d07cfe04fd7606541c339 (patch)
tree35ac9340ec678eeb5b8339ffe7ddbb63e07bd89e /source4/dsdb/config.mk
parent08bad380351e9753adc4330beb06dd2929113cfc (diff)
downloadsamba-cced56736431094db14d07cfe04fd7606541c339.tar.gz
samba-cced56736431094db14d07cfe04fd7606541c339.tar.bz2
samba-cced56736431094db14d07cfe04fd7606541c339.zip
s4-kcc: added a preiodic task to remove deleted objects
we check for deleted objects in each partition every 10 minutes, using onelevel searches
Diffstat (limited to 'source4/dsdb/config.mk')
-rw-r--r--source4/dsdb/config.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/dsdb/config.mk b/source4/dsdb/config.mk
index c5d1c24e04..35a0c84903 100644
--- a/source4/dsdb/config.mk
+++ b/source4/dsdb/config.mk
@@ -83,6 +83,7 @@ PRIVATE_DEPENDENCIES = \
KCC_SRV_OBJ_FILES = $(addprefix $(dsdbsrcdir)/kcc/, \
kcc_service.o \
kcc_connection.o \
+ kcc_deleted.o \
kcc_periodic.o)
$(eval $(call proto_header_template,$(dsdbsrcdir)/kcc/kcc_service_proto.h,$(KCC_SRV_OBJ_FILES:.o=.c)))