Re: POC: updated LDAP support for apr-util 1.7

2023-09-19 Thread Graham Leggett via dev
On 19 Sep 2023, at 11:34, Ruediger Pluem wrote: >> /* For DSO builds, export the table of entry points into the apr_ldap DSO > > In the end I think this effort only makes sense if we find a way to get LDAP > back into trunk. > I cannot remember if these enhancements would be enough to address

POC: updated LDAP support for apr-util 1.7

2023-04-18 Thread Graham Leggett via dev
Hi all, The following patch adds ldapi:// (LDAP over unix domain socket) support to apr-util. It is part of a wider cleanup covering the following: - Add apr_ldap_t to hide the native LDAP type. - Add apr_ldap_initialize() with URL support, allowing us to do ldapi://, including proper pool