https://bugs.openldap.org/show_bug.cgi?id=10392
Issue ID: 10392 Summary: back-ldap does not return a response if incorrect secprops is configured Product: OpenLDAP Version: 2.6.10 Hardware: All OS: All Status: UNCONFIRMED Keywords: needs_review Severity: normal Priority: --- Component: backends Assignee: bugs@openldap.org Reporter: nivanova@symas.com Target Milestone: ---
If a non-existent secprops mechanism is configured as part of a back-ldap idassert-bind directive, back-ldap does not return a response to the following requests, leaving the client waiting. In the same case meta and asyncmeta would return an LDAP error. My guess is failure to establish the target connection is handled incorrectly in that code path.
https://bugs.openldap.org/show_bug.cgi?id=10392
Howard Chu hyc@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Keywords|needs_review | Target Milestone|--- |2.6.11 Status|UNCONFIRMED |CONFIRMED
https://bugs.openldap.org/show_bug.cgi?id=10392
--- Comment #1 from Nadezhda Ivanova nivanova@symas.com --- https://git.openldap.org/openldap/openldap/-/merge_requests/793