Work on Bookworm image nss-ldap

The classic libnss-ldap has been removed from Bookworm. nslcd is needed
to make the new libnss-ldapd work.
This commit is contained in:
Jan Dittberner 2024-02-10 11:39:58 +01:00
parent b56b02ab1e
commit d2dfa332d3
5 changed files with 39 additions and 328 deletions

View file

@ -7,7 +7,7 @@ RUN apt-get update \
apt-get install -y --no-install-recommends \
ca-certificates \
dumb-init \
libnss-ldap \
libnss-ldapd \
nullmailer \
openssl \
php-mail-mime \
@ -33,4 +33,4 @@ RUN apt-get update \
# broken as of Tue Nov 15 07:42:37 CET 2022
# php-mail https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1000653
ADD --chown=root:root nsswitch.conf libnss-ldap.conf /etc/
ADD --chown=root:root nsswitch.conf nslcd.conf /etc/