Apache can't connect to LDAP server

Posted by jldugger on Server Fault See other posts from Server Fault or by jldugger
Published on 2010-04-02T19:19:30Z Indexed on 2010/04/02 19:23 UTC
Read the original article Hit count: 378

Filed under:
|
|
|
|

I'm tying SVN to LDAPS by way of Apache. I've run openssl s_client --host $host --port 636 and received an SSL certificate, so it doesn't appear to be a firewall problem.

I get the following warning:

[Fri Apr 02 07:38:15 2010] [warn] [client <ip withheld>] [590] auth_ldap authenticate: user jldugger authentication failed; URI /internal-svn [LDAP: ldap_simple_bind_s() failed][Can't contact LDAP server]

"Can't contact LDAP server" is somewhere between vague and wrong. I'm at a loss on how to continue debugging this. Ideas?

© Server Fault or respective owner

Related posts about ldaps

Related posts about apache