summaryrefslogtreecommitdiff
path: root/source4/dsdb/kcc/kcc_service.h
AgeCommit message (Collapse)AuthorFilesLines
2011-12-23s4-kcc: Remove also deleted objects that are not in the Deleted Object containerMatthieu Patou1-0/+2
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>
2011-12-08Add subreq and status to kcc_service structDave Craft1-2/+9
The subreq and status fields in the kcc_service struct are added for execution management of the external samba_kcc python script. Signed-off-by: Andrew Tridgell <tridge@samba.org>
2011-07-14Add intrasite code test switchDave Craft1-0/+3
kcc_service struct gets a intrasite_code boolean that is filled in via parametric parameter kccsrv:intrasite = [true/false] in smb.conf. This will allow us to continue to utilize old simple KCC topology as continuing default while newer intra-site topology matures further. Signed-off-by: Andrew Tridgell <tridge@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Jul 14 00:19:12 CEST 2011 on sn-devel-104
2010-09-23s4-kcc: added service->am_rodcAndrew Tridgell1-0/+2
use a rodc flag on the service instead of calling samdb_rodc each time
2010-01-16s4-kcc: squash a warningAndrew Tridgell1-0/+2
2010-01-02s4-kcc: added a preiodic task to remove deleted objectsAndrew Tridgell1-0/+2
we check for deleted objects in each partition every 10 minutes, using onelevel searches
2009-09-11s4-kcc: add a very simple KCCAndrew Tridgell1-0/+85
A KCC is a 'Knowledge Consistency Checker', a fancy name for a daemon that works out who will replicate with who in a AD domain. This implements an extremely simple KCC task that just wants to replicate with everyone :-)