helm-openldap
helm-openldap copied to clipboard
Helm chart of Openldap in High availability with multi-master replication and PhpLdapAdmin and Ltb-Passwd
**Is your feature request related to a problem? Please describe.** I would like to have a LDAP cluster that is writable on-cluster by other connected apps but not writable from...
### What this PR does / why we need it: The current `customSchemaFiles` option does a schema import via `LDAP_EXTRA_SCHEMAS`. I renamed this current behavior to `extraSchemaFiles`. It's done via...
i have seen https://github.com/jp-gouin/helm-openldap?tab=readme-ov-file#to-400 but i'am not sure what the migration aspect is. A assume the data-folder is not compatible at all, thus my suggestion would be 1. create an...
could be related to the CNI used (in my case it is callico) deploying via ```yaml service: type: LoadBalancer loadBalancerIP: ${externalIp} ipFamilyPolicy: SingleStack ``` will never actually bind the load-balancer,...
Right away, i do not think this is related to this chart in a direct way, since i can reproduce the issue with my docker-compose base boilerplate too (https://github.com/EugenMayer/docker-image-ldapexample/tree/main) In...
**Is your feature request related to a problem? Please describe.** For production environment , it's best to verify the certificate during the replication between each nodes. Currently this is only...
this command ensures non-first openldap containers dont try to init already initialized cluster-wide resources, such as the root DN or ppolicy module. - more detail: https://github.com/jp-gouin/helm-openldap/issues/148#issuecomment-2338435733 ### What this PR...
I encountered an issue while deploying OpenLDAP in k8s, which prevented it from starting. The logs of the pod are like the following content, and I cannot only obtain the...