Comment 3 for bug 37135

Revision history for this message
Martin Emrich (emme) wrote :

I just got the same Problem. The solution is to put the CA certificate into /etc/ldap/ldap.conf:

...
TLS_CACERT /path/to/your/ca-certificate.pem
TLS_CACERTDIR /path/to/your
TLS_REQCERT allow
...

Ciao

Martin