https://bugs.openldap.org/show_bug.cgi?id=10085
Issue ID: 10085 Summary: test029 can't pass with SLAPD_USE_SASL is set Product: OpenLDAP Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Keywords: needs_review Severity: normal Priority: --- Component: test suite Assignee: bugs@openldap.org Reporter: ondra@mistotebe.net Target Milestone: ---
Running make test with SLAPD_USE_SASL set will fail test029. There is even a comment there that we can't support that functionality as-is when SASL binds are configured. We should probably remove that part of the test or skip it unconditionally for now.
https://bugs.openldap.org/show_bug.cgi?id=10085
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@openldap.org |ondra@mistotebe.net Keywords|needs_review | Target Milestone|--- |2.7.0
https://bugs.openldap.org/show_bug.cgi?id=10085
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |TEST Status|UNCONFIRMED |RESOLVED
--- Comment #1 from Quanah Gibson-Mount quanah@openldap.org --- commit 9691d02268df1afb97d6c8e1993c41c3263a45b8 Author: Ondřej Kuzník ondra@mistotebe.net Date: Fri Aug 18 10:55:52 2023 +0100
ITS#10085 Disable the client SASL part of test029
When identity assertion is not done (e.g. cn=People which is Bjorn's direct backend) we need to store the client's password to bind as them but that only works if they did a simple bind. Might be enabled again if identity assertion rules change in the future.