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 a1bf7f3ddc844cd7ad02d2395bdaa4ba52bdc472 (commit) via ff6a671e649759874f8f1a1b8bdf11b9896e37f6 (commit) from 48461cbf7f8e553a73e3c228650a403aaadd3dfb (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 a1bf7f3ddc844cd7ad02d2395bdaa4ba52bdc472 Author: Howard Chu hyc@openldap.org Date: Sat Dec 22 09:09:56 2018 -0800
MSAD add basic test
Requires additional envvars to be set before running.
commit ff6a671e649759874f8f1a1b8bdf11b9896e37f6 Author: Howard Chu hyc@openldap.org Date: Sat Dec 22 09:08:10 2018 -0800
MSAD dirsync fixes
Don't hijack whenCreated attribute for createTimestamp Don't add RDN to entry on modrdn free cookie on cleanup
-----------------------------------------------------------------------
Summary of changes: servers/slapd/syncrepl.c | 42 +++- ...epl-slave-refresh1.conf => slapd-dirsync1.conf} | 20 +- .../{test-ordered-cp.ldif => test-dirsync-cp.ldif} | 12 +- tests/data/test-dirsync-nocp.ldif | 272 +++++++++++++++++++++ build/version.var => tests/scripts/confdirsync.sh | 13 +- ...017-syncreplication-refresh => test071-dirsync} | 238 +++++++++--------- 6 files changed, 452 insertions(+), 145 deletions(-) copy tests/data/{slapd-syncrepl-slave-refresh1.conf => slapd-dirsync1.conf} (79%) copy tests/data/{test-ordered-cp.ldif => test-dirsync-cp.ldif} (63%) create mode 100644 tests/data/test-dirsync-nocp.ldif copy build/version.var => tests/scripts/confdirsync.sh (75%) mode change 100644 => 100755 copy tests/scripts/{test017-syncreplication-refresh => test071-dirsync} (56%)