Jump to content

ldap connection


amalfi

Recommended Posts

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.

 

i am not sure how to debug without any message.

 

here is the connection.

 

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

define ("LDAP_PORT",389);

 

function getUser($fullname, $pswd)

{

$ld=ldap_connect(LDAP_SERVER,LDAP_PORT);

 

Link to comment
https://forums.phpfreaks.com/topic/183158-ldap-connection/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.