mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-14 00:03:56 -05:00
When a checkpoint happens, if we remove the CSN from the pending list, accesslog won't pass it onto the accesslog DB. But in a delta-mmr scenario, an accesslog entry without a CSN faces a race where it might be applied twice - that usually fails and causes a full refresh, other times it can cause a silent desync - both are undesirable. |
||
|---|---|---|
| .. | ||
| accesslog.c | ||
| auditlog.c | ||
| autoca.c | ||
| collect.c | ||
| constraint.c | ||
| dds.c | ||
| deref.c | ||
| dyngroup.c | ||
| dynlist.c | ||
| Makefile.in | ||
| memberof.c | ||
| overlays.c | ||
| pcache.c | ||
| ppolicy.c | ||
| README | ||
| refint.c | ||
| retcode.c | ||
| rwm.c | ||
| rwm.h | ||
| rwmconf.c | ||
| rwmdn.c | ||
| rwmmap.c | ||
| seqmod.c | ||
| slapover.txt | ||
| sssvlv.c | ||
| syncprov.c | ||
| translucent.c | ||
| unique.c | ||
| valsort.c | ||
This directory contains a number of SLAPD overlays, some project-maintained, some not. Some are generally usable, others are purely experimental. Additional overlays can be found in the contrib/slapd-modules directory.