https://bugs.openldap.org/show_bug.cgi?id=10550
Issue ID: 10550 Summary: back ldap idletimeout broken Product: OpenLDAP Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Keywords: needs_review Severity: normal Priority: --- Component: backends Assignee: bugs@openldap.org Reporter: ondra@mistotebe.net Target Milestone: ---
When an operation takes longer than idletimeout/conttl, back-ldap decides to terminate the connection. But if that connection is private, it doesn't do it right and asserts in ldap_back_conn_delete
Two issues: - the TAINTED flag should not be set without the real state being set to match - a connection with an outstanding operation shouldn't be considered idle
https://bugs.openldap.org/show_bug.cgi?id=10550
Ondřej Kuzník ondra@mistotebe.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |IN_PROGRESS Ever confirmed|0 |1 Assignee|bugs@openldap.org |ondra@mistotebe.net
--- Comment #1 from Ondřej Kuzník ondra@mistotebe.net --- https://git.openldap.org/openldap/openldap/-/merge_requests/905
https://bugs.openldap.org/show_bug.cgi?id=10550
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs_review | Target Milestone|--- |2.6.14
https://bugs.openldap.org/show_bug.cgi?id=10550
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|IN_PROGRESS |RESOLVED Resolution|--- |TEST
--- Comment #2 from Quanah Gibson-Mount quanah@openldap.org --- head:
• d4db976f by Ondřej Kuzník at 2026-07-24T15:56:42+01:00 ITS#10550 slapd-ldap: remove connection properly when expiring
• 4ebb0679 by Ondřej Kuzník at 2026-07-28T14:32:55+01:00 ITS#10550 slapd-ldap: a connection with an active op is not idle
RE27:
• 28b86d54 by Ondřej Kuzník at 2026-07-28T16:28:58+00:00 ITS#10550 slapd-ldap: remove connection properly when expiring
• a51ec7fa by Ondřej Kuzník at 2026-07-28T16:29:04+00:00 ITS#10550 slapd-ldap: a connection with an active op is not idle
RE26:
• 2f2a601b by Ondřej Kuzník at 2026-07-28T09:41:14+01:00 ITS#10550 slapd-ldap: remove connection properly when expiring
• bca2f573 by Ondřej Kuzník at 2026-07-28T14:33:25+01:00 ITS#10550 slapd-ldap: a connection with an active op is not idle
https://bugs.openldap.org/show_bug.cgi?id=10550
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED Resolution|TEST |FIXED