mastodon / chart

Helm chart for Mastodon deployment in Kubernetes
GNU Affero General Public License v3.0
154 stars 89 forks source link

Fix and improve LDAP configuration #3

Closed ananace closed 1 year ago

ananace commented 1 year ago

The bind DN option was wrongly named, the port is a number - so therefore needs to be quoted in the configmap, the simple_tls method uses the SSL port (636) and not the unencrypted/start_tls port (389), and lots of places don't actually use globally verifiable TLS certificates for their LDAP connection - so being able to skip verification is very helpful.

Replacing mastodon/mastodon#21094