ID: 15389 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: LDAP related Operating System: w2k advanced server PHP Version: 4.1.1 New Comment:
yes it works with the 4.4.0-dev version Previous Comments: ------------------------------------------------------------------------ [2002-10-01 20:46:02] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-latest.zip ------------------------------------------------------------------------ [2002-02-08 09:19:48] [EMAIL PROTECTED] yes, i've tried to connect with the ldap addressbook of groupwise 6 (connect in less than 1 sec) and a java ldap browser (connect in less than 2 sec). ------------------------------------------------------------------------ [2002-02-07 17:33:17] [EMAIL PROTECTED] Have you tried to connect to the LDAP server with something else than PHP? Some other LDAP client, or even telnet to the LDAP port? One possibility is that the LDAP server spends some time trying to lookup the clients hostname in order to check access or log the name. ------------------------------------------------------------------------ [2002-02-06 18:17:40] [EMAIL PROTECTED] <? $start = date("U"); $server = "x.x.x.x"; // ip address of nds-server $ds = ldap_connect($server); $end = date("U"); echo "<br>".($end-$start)." Sekunden<br>"; ?> ------------------------------------------------------------------------ [2002-02-06 18:05:27] [EMAIL PROTECTED] If you have a small script for me to test, that I can run as a non-administrator user on the NDS. I might be able to check it. Derick ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/15389 -- Edit this bug report at http://bugs.php.net/?id=15389&edit=1