jp-gouin / helm-openldap

Helm chart of Openldap in High availability with multi-master replication and PhpLdapAdmin and Ltb-Passwd
Apache License 2.0
199 stars 118 forks source link

Cannot change the default organization #116

Closed lucj closed 1 year ago

lucj commented 1 year ago

Describe the bug

I do not manage to change the default org (from example.org to company.io)

To Reproduce

We can reproduce the problem running the chart using the following values.yaml

replicaCount: 1

global:
  ldapDomain: "company.io"
  adminPassword:  Not@SecurePassw0rd
  configPassword: Not@SecurePassw0rd
  ldapPort: 389
  sslLdapPort: 63

Expected behavior

From the web interface I'd like to connect with cn=admin,dc=company,dc=io but it's only possible (using the default password) with cn=admin,dc=example,dc=org

im-jinxinwang commented 1 year ago

Hi @lucj I believe this is a usage issue. Did you create the openldap cluster using example.org for the first time and not clean up the PVC storage afterwards?

lucj commented 1 year ago

Thanks @WVenus I'll check that.

lucj commented 1 year ago

I'm closing for now and will reopen if I still face the issue.