You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The LDAP_EXTRA_SCHEMAS env var contains by default the inetorgperson schema. Have you tried keeping the default values for variable? I mean setting LDAP_EXTRA_SCHEMAS=cosine,inetorgperson,nis,argon2.
Name and Version
bitnami/openldap:2.6
What architecture are you using?
amd64
What steps will reproduce the bug?
Using the following docker-compose.yml file:
The contents of argon2.ldif are as follows:
What is the expected behavior?
I expect the container to start.
What do you see instead?
The container fails to start with code 21 with the following logs:
Additional information
If I comment out both the
LDAP_EXTRA_SCHEMAS
and theargon.ldif
volume, the container starts without any issues.The text was updated successfully, but these errors were encountered: