This morning my containers wouldn't start after an update and reboot. It took me quite a while to find out that the problem was a missing LDAP_BASE_DN definition. Before it worked without an explicit definition in docker-compose.yml.
I'm having the same problem. What did you do to fix the problem?
LDAP_BASE_DN=dc=domain,dc=com ??
This morning my containers wouldn't start after an update and reboot. It took me quite a while to find out that the problem was a missing LDAP_BASE_DN definition. Before it worked without an explicit definition in docker-compose.yml.
I added content on LDAP_BASE_DN and now it works!! Thanks!
https://github.com/osixia/docker-openldap/issues/283 was fixed today and code merged into 1.2.4-dev
@tobikris may be this issue can now be closed ?
Most helpful comment
I added content on LDAP_BASE_DN and now it works!! Thanks!