Hi, trying to use the LDAP Admin client tool to connect to (bind to, authenticate to) the LDAP server at ldap.forumsys.com. Note that ldap.forumsys.com is a public, open LDAP server for testing purposes. Any tips on how to connect to that LDAP server with LDAP Admin? Thank you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have very limited knowledge on LDAP configuration on web server and but I have been trying to figure out one issue that takes place when I am running the program that is written in php, but so far its unsuccessful.
The server, I am working on is ldap server, which is running on Apache. After testing the program locally (i.e.ldap://localhost:10389/) the same was hosted on the web server (Linux Apache server). while running the same program via http://abc.net:2020/conn.php, it stopped at the "$ldapconn = ldap_connect($host, $port)" and not moving to next line. At the same time, the program is not providing any error message indications too, therefore, I am unable to find out where the issue is actually taking place.
The program I wrote on php is :
Connecting to ".$host."..........";
$ldapconn = ldap_connect($host, $port)
or die("Could not connect to {$ldaphost}");
echo " Connected Successfully!";
?>
Thanks in advance.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "Open Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
Hi, trying to use the LDAP Admin client tool to connect to (bind to, authenticate to) the LDAP server at ldap.forumsys.com. Note that ldap.forumsys.com is a public, open LDAP server for testing purposes. Any tips on how to connect to that LDAP server with LDAP Admin? Thank you.
This site seems to be down...
View and moderate all "Open Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
Hi..
I have very limited knowledge on LDAP configuration on web server and but I have been trying to figure out one issue that takes place when I am running the program that is written in php, but so far its unsuccessful.
The server, I am working on is ldap server, which is running on Apache. After testing the program locally (i.e.ldap://localhost:10389/) the same was hosted on the web server (Linux Apache server). while running the same program via http://abc.net:2020/conn.php, it stopped at the "$ldapconn = ldap_connect($host, $port)" and not moving to next line. At the same time, the program is not providing any error message indications too, therefore, I am unable to find out where the issue is actually taking place.
The program I wrote on php is :
Connecting to ".$host.".........."; $ldapconn = ldap_connect($host, $port) or die("Could not connect to {$ldaphost}"); echo "
Connected Successfully!"; ?>
Thanks in advance.
View and moderate all "Open Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
One observation when my tomcat service is running then i am unable to connect to ldap.forumsys.com data server. I could not figure out why this is so?