• 
      

    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.

    Commits

    Files