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 a9bfce1292bcf46d2a35d6be9fd8fff44ea6ec33 (commit) from 2f27605811afd7d6a63092207192df2c56a8e60e (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 a9bfce1292bcf46d2a35d6be9fd8fff44ea6ec33 Author: Howard Chu hyc@openldap.org Date: Sat Nov 17 18:33:41 2018 -0800
Add some MS AD controls
-----------------------------------------------------------------------
Summary of changes: clients/tools/common.c | 38 ++++++ clients/tools/ldapsearch.c | 180 ++++++++++++++++++++++++++++- include/ldap.h | 57 +++++++++ libraries/libldap/Makefile.in | 6 +- libraries/libldap/msctrl.c | 262 ++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 540 insertions(+), 3 deletions(-) create mode 100644 libraries/libldap/msctrl.c