On Wed, Sep 04, 2002 at 03:58:18PM -0400, Brad Harriger wrote:
> I'm trying to retrieve information from an NDS server using LDAP 
> functions in PHP 4.06.  I am able to establish the connection and bind 
> to the server using an anonymous bind, but when I try to bind as a valid 
> user, the app seems to run in an infinite loop.  I'm not sure where to 
> look for the cause of this problem.  Any suggestions would be appreciated.

The app, is that your PHP script? Or is it the LDAP library (PHP is
stuck in ldap_bind()?), or is it the NDS server? Perhaps you should
try to authenticate and search with ldapsearch or similar tool and
see if it happens then?

Stig

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to