OpenLDAP containers have password hashing modules outside normal library directory, leading to inability to use modern hashing #63605
Labels
openldap
solved
stale
15 days without activity
tech-issues
The user has a technical issue about an application
triage
Triage is needed
Name and Version
bitnami/openldap:2.6
What architecture are you using?
amd64
What steps will reproduce the bug?
Run container, attempt to enable pw-sha2 module:
What is the expected behavior?
The module loads, and SSHA-256 and onwards is available for use
What do you see instead?
The module fails to load, meaning users are stuck with SSHA, which is a long deprecated and insecure hashing algorithm.
Additional information
the hashing libraries are in the image, in
/opt/bitnami/openldap/libexec
while all of the in-use library files live in/opt/bitnami/openldap/lib
. Just need to copy the hashing libs into the same folder.The text was updated successfully, but these errors were encountered: