On Fri, Sep 03, 2010 at 03:23:28PM -0500, Seann wrote:
> When start_tls = yes, my error is:
> Sep 2 09:46:03 server postfix/postmap[4650]: error: dict_ldap_connect:
> Unable to set STARTTLS: -11: Connect error
Enable LDAP debugging to see more logging. The OpenLDAP library will
return this error when the peer certificate CommonName does not match
the hostname you specify, but there could be other errors.
> When I use the LDAPS URI, I get this:
>
> Sep 2 09:46:55 server postfix/postmap[4659]: warning: dict_ldap_connect:
> Unable to bind to server ldaps://AD.domain.net:636 as CN=admin,CN=Users,
> DC=domain,DC=net: -1 (Can't contact LDAP server)
Is anyone home on port 636? Does "openssl s_client" work?
--
Viktor.