Add the libldap-X.Y and libldap-common packages in Docker.
Review Request #13680 — Created March 29, 2024 and submitted — Latest diff uploaded
Our Docker images were missing packages required for LDAP support. We
needed a versionedlibldap
package, whichpython-ldap
would link
against. It's also recommended to havelibldap-common
, which supplies
some configuration files.This change adds both, giving us the modules needed for LDAP.
Successfully built Docker images and tested LDAP authentication on a
brand-new install.