https://bugs.openldap.org/show_bug.cgi?id=9379
Issue ID: 9379 Summary: slapd should reject invalid listener URLs Product: OpenLDAP Version: 2.4.53 Hardware: All OS: All Status: UNCONFIRMED Severity: trivial Priority: --- Component: slapd Assignee: bugs@openldap.org Reporter: hyc@openldap.org Target Milestone: ---
Most common instance of invalid listener URLs is specifying an ldapi URL without URLencoding the socket pathname. Then the slashes in the pathname are treated as URL field separators, which yields a pathname quite different from what was intended.
https://bugs.openldap.org/show_bug.cgi?id=9379
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |TEST Target Milestone|--- |2.5.1
--- Comment #1 from Quanah Gibson-Mount quanah@openldap.org --- Commits: • db46f888 by Howard Chu at 2020-10-28T16:50:23+00:00 ITS#9379 reject listener URLs with non-empty DNs
https://bugs.openldap.org/show_bug.cgi?id=9379
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|TEST |FIXED Target Milestone|2.5.1 |2.4.56
https://bugs.openldap.org/show_bug.cgi?id=9379
--- Comment #2 from Quanah Gibson-Mount quanah@openldap.org --- RE24:
commit c72c327830e06e87324f6051babe62ca8098bfc2 Author: Howard Chu hyc@openldap.org Date: Wed Oct 28 16:50:23 2020 +0000
ITS#9379 reject listener URLs with non-empty DNs
https://bugs.openldap.org/show_bug.cgi?id=9379
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED