jp-gouin/helm-openldap

Not compatible with Bitnami/openldap 2.6.6

Closed this issue · 1 comments

Hello,

When i try to update the docker image with bitnami/openldap:2.6.6 it's not working correctly.
The Pod up but the replication is not enable.

In the log i can see that the {0}module din't create correctly. Bitnami in openldap 2.6.6 add a {0}module with a oclModulePath. In this path the sync module is also not present.

module

Hi @wynax ,
I created a temporary fix in the upstream container image.
Can you try using :

image:
  # From repository https://hub.docker.com/r/bitnami/openldap/
  #repository: bitnami/openldap
  #tag: 2.6.3
  # Temporary fix
  repository: jpgouin/openldap
  tag: 2.6.6-fix