Hi, Am 04.02.15 um 15:29 schrieb Tom Lynch: >>> >>> Unfortunately, I am still having problems with this. Here is what my >>> error_log says: >>> >>> [Mon Feb 02 17:01:51 2015] [info] APR LDAP: Built with OpenLDAP LDAP SDK >>> [Mon Feb 02 17:01:51 2015] [info] LDAP: SSL support unavailable: LDAP: >>> SSL/TLS ldapssl_client_init() function not supported by this >>> Netscape/Mozilla/Solaris SDK. Certificate authority file not set >>> >>> What exactly is this telling me - that SSL support is unavailable even >>> though the previous line show that the APR is built with openLDAP SDK? Or >>> is it not supported because there is a problem with my trusted certificate >>> file?
you need to provide a PEM for your LDAP Server I guess. of your CA that is Put this: TLS_CACERT /var/ldap/cacert.pem in /etc/opt/csw/openldap/ldap.conf hope this helps. Greetings Jan
