jp-gouin / helm-openldap

Helm chart of Openldap in High availability with multi-master replication and PhpLdapAdmin and Ltb-Passwd
Apache License 2.0
181 stars 115 forks source link

Not compatible with Bitnami/openldap 2.6.6 #136

Closed wynax closed 5 months ago

wynax commented 6 months ago

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

jp-gouin commented 6 months ago

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