On Mon, Oct 17, 2005 at 11:26:51AM -0500, Craig R. Bina wrote:
> as described on the http://www.freebsd.org/cgi/query-pr.cgi?pr=86416
> bug report.  Instead, I see a successful:
> 
>    [notice] LDAP: Built with OpenLDAP LDAP SDK
>    [notice] LDAP: SSL support available
> 
> and I am already using this declaration:
> 
>    LDAPTrustedCAType   BASE64_FILE

Check your ldap-server certificate:
openssl verify -CAfile cacert.pem your_cert.crt

Check CN in certificate and DNS name of ldap server.

By.
Dmitriy

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to