[OpenLDAP] Custom schema freezes the image #74023
Labels
openldap
stale
15 days without activity
tech-issues
The user has a technical issue about an application
triage
Triage is needed
Name and Version
bitnami/openldap:2.6.8
What architecture are you using?
amd64
What steps will reproduce the bug?
I am creating an LDAP testcontainer for Java using the
bitnami/openldap:2.6.8
image.The environment variables are the following:
LDAP_ROOT: dc=example,dc=org
LDAP_ADMIN_USERNAME: admin
LDAP_ADMIN_PASSWORD: adminpassword
I have a custom schema (created in ApacheDS and then exported as OpenLDAP files).
I mount the custom schema file in
/schema/custom.ldif
(which is automatically added as custom schema)What is the expected behavior?
I would expect that the image will add the schema to the openldap instance and then start up. The extra objectclass should be usable.
What do you see instead?
The logfile mentions that it's adding the custom schema:
And then nothing more. No additional logs, the image doesn't respond anymore. Port is also not open.
Additional information
I'm guessing it has something to do with the startup function being called.
Also, adjusting the
LDAP_LOGLEVEL
has no effect on this.The text was updated successfully, but these errors were encountered: