Add the libldap-X.Y and libldap-common packages in Docker.

Review Request #13680 — Created March 29, 2024 and submitted — Latest diff uploaded

Information

Review Board
release-5.0.x

Reviewers

Our Docker images were missing packages required for LDAP support. We
needed a versioned libldap package, which python-ldap would link
against. It's also recommended to have libldap-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.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Add the libldap-X.Y and libldap-common packages in Docker.
Our Docker images were missing packages required for LDAP support. We needed a versioned `libldap` package, which `python-ldap` would link against. It's also recommended to have `libldap-common`, which supplies some configuration files. This change adds both, giving us the modules needed for LDAP.
12041795c4a68034982647a68bb49470609462c1 Christian Hammond
contrib/docker/Dockerfile
Loading...