summaryrefslogtreecommitdiff
path: root/source4/dsdb/kcc/kcc_service.h
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2011-11-15 12:38:51 +0100
committerMatthieu Patou <mat@samba.org>2011-12-23 07:57:21 +0100
commit34d549de34a10129dfb1d3a2f788f15c8110d3d4 (patch)
tree7eb1245308a7bd6a4dd83b6f2885594bc7f199c7 /source4/dsdb/kcc/kcc_service.h
parentea9fb5cad84595aca3544df521607616aec9041d (diff)
downloadsamba-34d549de34a10129dfb1d3a2f788f15c8110d3d4.tar.gz
samba-34d549de34a10129dfb1d3a2f788f15c8110d3d4.tar.bz2
samba-34d549de34a10129dfb1d3a2f788f15c8110d3d4.zip
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 <metze@samba.org>
Diffstat (limited to 'source4/dsdb/kcc/kcc_service.h')
-rw-r--r--source4/dsdb/kcc/kcc_service.h2
1 files changed, 2 insertions, 0 deletions
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 */