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

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

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.

Summary ID
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
david
  1. Ship It!
  2. 
      
maubin
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-5.0.x (31f2264)
Loading...