jp-gouin / helm-openldap

Helm chart of Openldap in High availability with multi-master replication and PhpLdapAdmin and Ltb-Passwd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ldap_bind: Invalid credentials (49) error

kimkihoon0515 opened this issue · comments

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.