fix: add missing openldap-overlay-syncprov package

The syncprov.so module was being loaded in init-config.sh but the
required Alpine package was not installed, causing slapadd to fail
with "file not found" error.
This commit is contained in:
Patrick de Ruiter 2025-12-26 04:15:33 +01:00
parent 1b24516663
commit 8d879e8555
Signed by: pderuiter
GPG Key ID: 5EBA7F21CF583321

View File

@ -12,6 +12,7 @@ RUN apk add --no-cache \
openldap-overlay-refint \ openldap-overlay-refint \
openldap-overlay-unique \ openldap-overlay-unique \
openldap-overlay-ppolicy \ openldap-overlay-ppolicy \
openldap-overlay-syncprov \
openssl \ openssl \
argon2 \ argon2 \
&& mkdir -p /var/lib/openldap/openldap-data \ && mkdir -p /var/lib/openldap/openldap-data \