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:
parent
1b24516663
commit
8d879e8555
@ -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 \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user