I hope to customize the openldap administrator user name when deploying
opencmit2 opened this issue · 4 comments
The default administrator user password of the openldap that is deployed through this chart package is admin. Our company requires that it be customized and we cannot use a fixed name.
Hi @opencmit2 ,
Yes you should be able to set the admin name using env. LDAP_ADMIN_USERNAME
variable
Unfortunately by setting it to something else that admin
replication will fail.
You can submit a PR to support the configuration of the admin username if you feeling it
Edit : just noticed you submitted a PR already ! Will take a look thanks
Hi @jp-gouin
I have tested and confirmed that there is no problem. I hope you can merge it as soon as possible after testing.
@opencmit2 thanks for the contribution, can you sync your PR with the main branch -> the pipeline has been fixed and merged