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 90b0abd894a3df1b45285fcd29684fba663ac95d (commit) from 44a7b4632ecd97714a4a96e9de57fbb8230b9ec5 (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 90b0abd894a3df1b45285fcd29684fba663ac95d Author: Howard Chu hyc@openldap.org Date: Mon Dec 16 18:31:12 2019 +0000
ITS#9121 dynlist enhancements
1) allow filtering on dynamic attribute values 2) populate an optionally configured memberOf attribute
test044 script still needs to be extended to test these enhancements. We need to define an interim attributeType for testing memberOf functionality.
-----------------------------------------------------------------------
Summary of changes: doc/man/man5/slapo-dynlist.5 | 18 +-- servers/slapd/overlays/dynlist.c | 300 ++++++++++++++++++++++++++++++++++++--- tests/data/dynlist.out | 5 +- tests/scripts/test044-dynlist | 9 +- 4 files changed, 300 insertions(+), 32 deletions(-)