[turba] Problem with LDAP driver

Sasa Milic smilic@EUnet.yu
Thu, 20 Jun 2002 08:55:58 -0700


Hi,

I've installed Horde 2.0, IMP 3.0, Turba 1.0, and openldap.
I'm able to query exchange address book via ldapsearch.

I've configured turba to use ldap, but it doesn't work.
All it shows is a black screen. So I started to debug things,
to see what is wrong. Found out that it hangs in lib/Driver/ldap.php,
in constructor of Turba_Driver_ldap class, in line:

  if (!($this->ds = @ldap_connect($this->server, $this->port))) {

Obviously, it never finishes ldap_connect call, but why ?!

Any help ?

Regards,
  Sasa