Closed mohjam2004 closed 9 months ago
Hi,
As far as I know, the container does not contain env vars for auto-configuring multi-master replication. At the moment we do not have plans to add support to this feature, but if you want you can submit a PR adding support for it and the team will review it.
@mohjam2004 I am on the same boat. I was researching on a way to get multi-master replication working with bitnami openldap image, but it doesn't support it at this time.
I see osixia docker-openldap image supports it out of the box with a simple configuration https://github.com/osixia/docker-openldap/blob/master/image/environment/default.startup.yaml#L46C1-L46C29
This should have been easy to add in the bitnami image by the upstram maintainer, but I am not sure why it wasn't planned.
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.
Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.
Name and Version
bitnami/openldap:2.6.6
What architecture are you using?
amd64
What steps will reproduce the bug?
I have 2 VMs and I have setup ldap container on both VMs. The docker-compose file to start ldap container is as follows: (container_name for the second server is ldap2)
but the configuration doesn't apply.
I have added hosts file to resolve host to ip address: /etc/hosts:/etc/hosts:ro
I have added base dn, admin user/pass in config.ldif file: /bitnami/openldap/config.ldif
What is the expected behavior?
I expect that multimaster replication works fine and when i add ldif config/user and config/users apparears on both ldap servers the same.
What do you see instead?
Even in ldap server 1, I can't find users and settings I have imported as config.ldif file. how can i configure multimaster with TLS by bitnami/openldap container?
Additional information
No response