bitnami / containers

Bitnami container images
https://bitnami.com
Other
3.43k stars 4.88k forks source link

[bitnami/openldap] LDAP_ROOT is not created when a LDAP_CUSTOM_LDIF_DIR is specified #70944

Closed FSeifer closed 3 months ago

FSeifer commented 3 months ago

Name and Version

bitnami/openldap:latest

What architecture are you using?

amd64

What steps will reproduce the bug?

What is the expected behavior?

It should list the directory with the root DN and the custom OUs added by the ldif file under /opt/scripts

What do you see instead?

Additional information

Is it expected behavour that all the LDAP_TLS-Env-Vars are ignored when I specify LDAP_CUSTOM_LDIF_DIR ?

javsalgar commented 3 months ago

Hi,

Could you share the initialization logs to see if there is anything meaningful?

FSeifer commented 3 months ago

There was in fact a simple typo in my custom ldif file, which lead to the slapd config not being written due to an error.

I am withdrawing the issue.