Page 1 of 1

ladap connection problem

Posted: Fri Nov 27, 2009 3:33 pm
by amalfi
We are using ldap to get user information from the domain controller. It was working before. Recently I found the application is hanging at ldap_connect. It doesn't return any message.

here is the simple connection.

define ("LDAP_SERVER","ldap://server.company.net");
define ("LDAP_PORT",389);

function getUser($fullname, $pswd)
{
$ld=ldap_connect(LDAP_SERVER,LDAP_PORT);

Re: ladap connection problem

Posted: Mon Nov 30, 2009 10:44 am
by pickle
Thanks for the update. Did you have a question?