[turba] Problem with LDAP driver - SOLVED
Edwin Culp
eculp@encontacto.net
Fri, 21 Jun 2002 18:48:49 -0700
Quoting Sasa Milic <smilic@EUnet.yu>:
|
| Solved !
|
| I found a problem in php 4.2.1 ldap library, line 2030 in ldap.c.
| Bug report sent to php.net.
|
| Sasa
|
| P.S. Am I the only one that uses php 4.2.1 with openldap ?
No, I'm running both 4.2.1 and Head (4.3.?) and openldap2.0.23. It would
be my guess that many of us are running 4.2.1. Could you share the bug
report?
Thanks,
ed
|
|
|
| Sasa Milic wrote:
| >
| > 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 ?!
|
| --
| Turba mailing list
| Frequently Asked Questions: http://horde.org/faq/
| To unsubscribe, mail: turba-unsubscribe@lists.horde.org
--