A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, master has been updated via e8c62bf8b478411ca162ef4928904ca85738a600 (commit) from 7b587018ec130e33bd71efe75a5f15fb86590b55 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit e8c62bf8b478411ca162ef4928904ca85738a600 Author: Howard Chu hyc@openldap.org Date: Mon Jan 28 21:16:49 2019 +0000
ITS#8966 add changelog support to syncrepl consumer
Tested against DSEE7. The DSEE binaries must be in your path to run the test script.
-----------------------------------------------------------------------
Summary of changes: include/ldap.h | 2 + libraries/libldap/ldifutil.c | 58 +-- servers/slapd/schema/dsee.schema | 109 ++++++ servers/slapd/syncrepl.c | 422 +++++++++++++++++++-- ...-slave-refresh1.conf => slapd-dsee-slave1.conf} | 16 +- tests/data/test-dirsync-nocp.ldif | 28 +- tests/scripts/defines.sh | 1 + ...7-syncreplication-refresh => test072-dsee-sync} | 128 +++---- 8 files changed, 617 insertions(+), 147 deletions(-) create mode 100644 servers/slapd/schema/dsee.schema copy tests/data/{slapd-syncrepl-slave-refresh1.conf => slapd-dsee-slave1.conf} (86%) copy tests/scripts/{test017-syncreplication-refresh => test072-dsee-sync} (70%)