https://bugs.openldap.org/show_bug.cgi?id=10247
Issue ID: 10247 Summary: libldap should reject unrecognized critical URL extensions Product: OpenLDAP Version: 2.6.8 Hardware: All OS: All Status: UNCONFIRMED Keywords: needs_review Severity: normal Priority: --- Component: libraries Assignee: bugs@openldap.org Reporter: hyc@openldap.org Target Milestone: ---
Currently the only URL extension libldap recognizes is StartTLS. It ignores anything else, but it is not supposed to ignore them if they're marked critical.
https://bugs.openldap.org/show_bug.cgi?id=10247
Howard Chu hyc@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |IN_PROGRESS Ever confirmed|0 |1
--- Comment #1 from Howard Chu hyc@openldap.org --- https://git.openldap.org/openldap/openldap/-/merge_requests/716
https://bugs.openldap.org/show_bug.cgi?id=10247
--- Comment #2 from Howard Chu hyc@openldap.org --- Originally reported in https://github.com/curl/curl/issues/14327
https://bugs.openldap.org/show_bug.cgi?id=10247
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs_review | Assignee|bugs@openldap.org |hyc@openldap.org Target Milestone|--- |2.7.0
https://bugs.openldap.org/show_bug.cgi?id=10247
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|IN_PROGRESS |RESOLVED
--- Comment #3 from Quanah Gibson-Mount quanah@openldap.org --- • 4fc6a3c0 by Howard Chu at 2024-08-20T15:39:04+00:00 ITS#10247 libldap: reject unrecognized critical URL extensions
• c9ab732e by Howard Chu at 2024-08-20T15:39:04+00:00 ITS#10247 libldap: add ldap_url_check_ext() to check URL extensions