https://bugs.openldap.org/show_bug.cgi?id=10063
Issue ID: 10063 Summary: Typo in configure.ac for SLAPD_DYNAMIC_PWMODS Product: OpenLDAP Version: 2.6.3 Hardware: All OS: All Status: UNCONFIRMED Keywords: needs_review Severity: normal Priority: --- Component: build Assignee: bugs@openldap.org Reporter: quanah@openldap.org Target Milestone: ---
As noted in -technical discussion:
By the way, while looking at the code, I noticed a typo in configure.ac:
if test "$ol_enable_argon2" = "yes" ; then SLAPD_DYNAMIC_PWMODS="$SLAPD_DYNAMIC_PWDMODS argon2.la" fi ^^ ^^^
It's referencing two different variables there, which is harmless today, but will be a build bug once multiple password modules become available. SLAPD_DYNAMIC_PWMODS is the correct one.
https://bugs.openldap.org/show_bug.cgi?id=10063
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@openldap.org |quanah@openldap.org Version|2.6.3 |2.5.14 Target Milestone|--- |2.5.15
https://bugs.openldap.org/show_bug.cgi?id=10063
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |IN_PROGRESS Ever confirmed|0 |1
--- Comment #1 from Quanah Gibson-Mount quanah@openldap.org --- https://git.openldap.org/openldap/openldap/-/merge_requests/628
https://bugs.openldap.org/show_bug.cgi?id=10063
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs_review | Resolution|--- |FIXED Status|IN_PROGRESS |RESOLVED
--- Comment #2 from Quanah Gibson-Mount quanah@openldap.org --- head:
• 55a485d1 by Quanah Gibson-Mount at 2023-06-02T13:56:59+00:00 ITS#10063 - Fix typo in configure variable
RE26:
• 7ef00ddd by Quanah Gibson-Mount at 2023-06-02T15:41:03+00:00 ITS#10063 - Fix typo in configure variable
RE25:
• dd4577fc by Quanah Gibson-Mount at 2023-06-02T15:41:20+00:00 ITS#10063 - Fix typo in configure variable
https://bugs.openldap.org/show_bug.cgi?id=10063
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED