My LDAP server is configured to only allow TLS connections.
I have mounted the CA certificate and ldap.conf files into the docker container in an effort to get $ldap_starttls = true; to work:
LTS or StartTLS ?
These are two different ways
For TLS connection configuration, just use ldaps://xxx to configure the address. There is no need to enable StartTLS.
My LDAP server is configured to only allow TLS connections. I have mounted the CA certificate and
ldap.conf
files into the docker container in an effort to get$ldap_starttls = true;
to work:but obviously this isn't helping...