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 ec5af7b5e73b26ad6d330a33f629c051b5b0334c (commit) from eb8f1a7247988cdde34f8d02325c4dc22d146c0d (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 ec5af7b5e73b26ad6d330a33f629c051b5b0334c Author: Ondřej Kuzník ondra@mistotebe.net Date: Tue Apr 4 18:24:57 2017 +0100
ITS#6545 Update accesslog format and syncrepl consumer
Make two successive modifications of the same attribute separate. This lets the consumer interpret the log entry the same way as the server that produced it.
Still depends on the log entry attributes being read in the same order as they were written.
-----------------------------------------------------------------------
Summary of changes: servers/slapd/overlays/accesslog.c | 11 ++++++++++- servers/slapd/syncrepl.c | 5 +++++ tests/scripts/test043-delta-syncrepl | 3 +++ tests/scripts/test063-delta-multimaster | 17 +++++++++++++++++ 4 files changed, 35 insertions(+), 1 deletion(-)