--On Monday, June 6, 2022 5:04 PM +0000 juan@quantifind.com wrote:
Hi Quanah - I am not sure how to determine which TLS library is slapd linked to. Could you point me in the right direction so I can verify if we are using GnuTLS?
Are you using a build provided by a distribution? For example, OpenLDAP builds provided by the Debian and Ubuntu distributions currently use GnuTLS. You can always use a command like ldd to see what SSL library slapd is linked to and go from there, assuming the SSL library is dynamic and not static.
--Quanah