https://bugs.openldap.org/show_bug.cgi?id=9366
Issue ID: 9366 Summary: (async)meta does not check ldap_install_tls() return code Product: OpenLDAP Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: --- Component: backends Assignee: bugs@openldap.org Reporter: ondra@mistotebe.net Target Milestone: ---
When SLAP_STARTTLS_ASYNCHRONOUS is defined, meta and asyncmeta backends do not make sure to save the ldap_install_tls() return code so a StartTLS set up error might not be detected properly and the connection might not be closed for a while.
Patch coming.
https://bugs.openldap.org/show_bug.cgi?id=9366
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |2.5.1 Status|UNCONFIRMED |RESOLVED Resolution|--- |TEST
--- Comment #1 from Quanah Gibson-Mount quanah@openldap.org --- Commits: • 98a0029d by Ondřej Kuzník at 2020-10-23T20:38:21+00:00 ITS#9366 Check ldap_install_tls return and remove connection if failed
https://bugs.openldap.org/show_bug.cgi?id=9366
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|TEST |FIXED Target Milestone|2.5.1 |2.4.55
--- Comment #2 from Quanah Gibson-Mount quanah@openldap.org --- RE24:
Commits: • ab44ee7f by Ondřej Kuzník at 2020-10-23T22:40:30+00:00 ITS#9366 Check ldap_install_tls return and remove connection if failed
https://bugs.openldap.org/show_bug.cgi?id=9366
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED