A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_4 has been updated via 02d1a40dd6310c6c59aa20eb69990108dc232c71 (commit) from 556a832c4a7ed54d94d0ec204baba5865a36732a (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 02d1a40dd6310c6c59aa20eb69990108dc232c71 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(-)