https://bugs.openldap.org/show_bug.cgi?id=9273
Howard Chu hyc@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED
--- Comment #1 from Howard Chu hyc@openldap.org --- (In reply to 30973971 from comment #0)
Hi I use OpenLDAP client for TLS connections with the LDAP server. We see socket leak happens when Authenticating with LDAP Servers.
Would you please let me know if this a known issue or a bug?
There are no socket bugs in libldap. Most likely you are misusing the library; you must always call ldap_unbind() to close an LDAP* handle.
I note that you reported this against OpenLDAP 2.3, which is at least 12 years old; you probably should update to a current version.
Closing this issue.