ID: 15389 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: LDAP related Operating System: w2k advanced server PHP Version: 4.1.1 New Comment:
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). Previous Comments: ------------------------------------------------------------------------ [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 ------------------------------------------------------------------------ [2002-02-06 17:51:05] [EMAIL PROTECTED] i tried this on 3 different machines (1x nt4 ws; 1x w2k ws; 1x w2k srv) of course it can be that it is the novell server that causes the delay but since this is a high performance machine (>1000 clients) i haven't thought about that yet. everything is connected via switched 100mbit (or better) full duplex. do you have experiences with php ldap and nds? ------------------------------------------------------------------------ [2002-02-06 07:36:32] [EMAIL PROTECTED] Are you sure this is a problem with PHP and not with your network? Try connecting to the server with another client. (reclassified) ------------------------------------------------------------------------ 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 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php