jp-gouin/helm-openldap

ldap_bind: Invalid credentials (49) error

kimkihoon0515 opened this issue · 1 comments

ldap_bind: Invalid credentials (49) error

Leaving this here for others that encounter the same issue: in my case, ldap_bind: Invalid credentials (49) was caused by using adminUser not "admin" in chart's values. I solved it by adding the LDAP_ADMIN_USERNAME under (bitnami's) env section in chart's values. Or better, add it in the same secret where the passwords go (it's loaded by the container with envFrom that secret)

Note also that disabling the config user (i.e. configUserEnabled: false) and not giving it a password is going to cause config failures during initialization because %%CONFIG_PASSWORD%% resolves to an empty string.