Re: [Lam-public] New to both LDAP and LAM - having connection problems.
Brought to you by:
gruberroland
|
From: Ludek F. <lud...@pz...> - 2010-05-20 08:24:17
|
Hello Andy, Wed, May 19, 2010 at 03:20:51PM -0500, Andy Akins napsal(a): > Well, I added the TLS_CACERT line (previously I had TLS_CACERTDIR) and > pointed it to my CA cert - I still get error -11 (Can't connect) with > ldap:// and a can't connect (error -1) with ldaps:// what says LDAP log? Did the LDAP server start? It should log where it listen. You can see it in netstat: netstat -lnp | grep 636 (or 389) Or some kind of firewall problems? Let's try telnet <ldap host> 636 (and 389). If it doesn't go through then you have to find the connectivity problem. Best Regards, Luf > On 5/19/10 3:10 PM, "Roland Gruber" <po...@ro...> wrote: > > > Hi Andy, > > > > On 19.05.2010 21:42, Andy Akins wrote: > >> Sadly, I've tried that before - but I tried it again, and got: > >> > >> LDAP error, server says: > >> (-1) Can't contact LDAP server > > > > did you follow these steps to setup ldap.conf on the server where LAM is > > installed, too? > > > > http://www.ldap-account-manager.org/static/doc/manual/apbs03.html > > > > -- > Andy Akins > Director of Development > > NICUSA, Tennessee A Partnership with Tennessee.gov > Phone: (615) 313-0305 > Email: an...@eg... |