From 34d549de34a10129dfb1d3a2f788f15c8110d3d4 Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Tue, 15 Nov 2011 12:38:51 +0100 Subject: s4-kcc: Remove also deleted objects that are not in the Deleted Object container For the configuration container we do a full scan at every run of the kcc-delete service. For the base DN we introduce a new parameter that avoid the full scan to kick just when samba starts. Signed-off-by: Stefan Metzmacher --- source4/dsdb/kcc/kcc_service.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/dsdb/kcc/kcc_service.h') diff --git a/source4/dsdb/kcc/kcc_service.h b/source4/dsdb/kcc/kcc_service.h index 1e6d35eb78..b3ba226e72 100644 --- a/source4/dsdb/kcc/kcc_service.h +++ b/source4/dsdb/kcc/kcc_service.h @@ -88,6 +88,8 @@ struct kccsrv_service { time_t last_deleted_check; + time_t last_full_scan_deleted_check; + bool am_rodc; /* run new samba_kcc topology generator code */ -- cgit