Hi,
I would like to have @SeviceConnection
functionality for the docker image "lldap:lldap" (https://github.com/lldap/lldap).
Currently, the only ldap support is based on docker image "osixia/openldap" (OpenLdapContainerConnectionDetailsFactory
).
The "osixia/openldap" project is not actively maintained and haven't received any updates for more than 3 years.
That's the main reason for me to look for alternatives, e.g. "lldap".
I can contribute a pull request, If you are fine with my proposal/enhancement.
Comment From: nicolaskrier
Hello @rfelgent,
I share the same concerns about osixia/openldap Docker image not being maintained anymore.
If I may, you could consider using bitnami/openldap Docker image. As you can see, it is well maintained by a company and quite popular. There is a Testcontainers Go OpenLDAP module with this image. It could serve as a source of inspiration.