SLAPO-SYNCPROV(5) | File Formats Manual | SLAPO-SYNCPROV(5) |
slapo-syncprov - Sync Provider overlay to slapd
/etc/ldap/slapd.conf
The Sync Provider overlay implements the provider-side support for the LDAP Content Synchronization (RFC4533) as well as syncrepl replication support. The overlay can be used with any backend that maintains entryCSN and entryUUID attributes for its entries. It also creates a contextCSN attribute in the root entry of the database.
The contextCSN is updated for every write operation performed against the database. To reduce database contention, the contextCSN is only updated in memory. The value is written to the database on server shutdown and read into memory on startup, and maintained in memory thereafter. Checkpoints may be configured to write the contextCSN into the underlying database to minimize recovery time after an unclean shutdown.
On databases that support inequality indexing, it is highly recommended to set an eq index on the entryCSN attribute when using this overlay.
These slapd.conf options apply to the Sync Provider overlay. They should appear after the overlay directive.
When accesslog for this database is configured and is logging at this suffix, it can be used as the session log source instead of the in-memory session log mentioned above. This log has the advantage of not starting afresh every time the server is restarted.
slapd.conf(5), slapd-config(5), slapo-accesslog(5). OpenLDAP Administrator's Guide.
OpenLDAP Software is developed and maintained by The OpenLDAP Project <http://www.openldap.org/>. OpenLDAP Software is derived from the University of Michigan LDAP 3.3 Release.
2022/07/14 | OpenLDAP 2.5.13+dfsg-5 |