helm-openldap
helm-openldap copied to clipboard
Helm chart of Openldap in High availability with multi-master replication and PhpLdapAdmin and Ltb-Passwd
Storage class has to be declared under persistence otherwise the default storageClass is taken ### What this PR does / why we need it: The storageClass is documented at the...
**Is your feature request related to a problem? Please describe.** I am exposing ldap within the cluster and dont want ssl. the ltb-passwd chart default to using ldaps. **Describe the...
### What this PR does / why we need it: OpenLDAP clusters with multiple replicas should ask cluster operators to not shut all replicas at once (e.g. during Node Pool...
**To Reproduce** Steps to reproduce the behavior: 1. wget https://github.com/jp-gouin/helm-openldap/raw/master/values.yaml 2. edit adminPassword (I belive it is the '/' that is not supported because of sed) 3. helm repo add...
When bootstrapping a deployment with an existing Ldif file via `customLdifFiles`, the entry may not be removed afterwards as otherwise the deployments will fail. They search for a symlink to...
**Describe the bug** The default values.yaml doesn't set the correct LDAP port. **To Reproduce** Steps to reproduce the behavior: 1. helm install my-release helm-openldap/openldap-stack-ha I disabled ldap-ltb-passwd because of #65...
**Describe the bug** When installing the chart with the default values, an error is shown when describing the openldap stateful set which suggests a secret is missing and no openldap...
For me it was convinient to set the `LDAP_BASE_DN` via the ENV file, since the image supports it ( see https://github.com/EugenMayer/docker-rancher-extra-catalogs/blob/master/templates/openldap/26/docker-compose.yml#L14 ) Are there any particular reasons you do not...
See the changelogs ``` - Remove environment variable LDAP_TLS_PROTOCOL_MIN as it takes no effect, see #69 ```