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 111329a2dce9010e32a6ca43bb3e86066255e154 (commit) from 6c221e773066178d4801233139ae32411069c428 (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 111329a2dce9010e32a6ca43bb3e86066255e154 Author: Howard Chu hyc@openldap.org Date: Thu Aug 30 11:24:25 2018 +0100
More for back-mdb multival
Allow configuring thresholds for specific attributes
-----------------------------------------------------------------------
Summary of changes: doc/man/man5/slapd-mdb.5 | 23 +++--- servers/slapd/back-mdb/attr.c | 159 ++++++++++++++++++++++++++++++++++++- servers/slapd/back-mdb/back-mdb.h | 2 + servers/slapd/back-mdb/config.c | 84 +++++++++++++++++--- servers/slapd/back-mdb/id2entry.c | 4 +- servers/slapd/back-mdb/index.c | 4 +- servers/slapd/back-mdb/modify.c | 12 ++- servers/slapd/back-mdb/proto-mdb.h | 9 +++ 8 files changed, 267 insertions(+), 30 deletions(-)