0

How i can test if ldap server is working or not .One way to use to Apache directory Studio client any other way if we can check if ldap server is running or not ?

Please remember i cannot login server machine where ldap installed i have to test it from a client machine.Please let me know what all mechanism or client we can use test ldap connection ?

Subodh Joshi
  • 12,717
  • 29
  • 108
  • 202

3 Answers3

0

The best way to test whether any resource is available is simply to try to use it in the normal course of your application, and cope with the errors as they arise.

Otherwise you're trying to predict the future, among other things.

user207421
  • 305,947
  • 44
  • 307
  • 483
0

Monitoring tools such as Zabbix, InterMapper,SCOM etc can provide status health.

user353829
  • 1,244
  • 5
  • 25
  • 38
0

You could try watching port 389 on the server. That port can be and is often changed. So you will need to get it from the admin of the ldap server.

darkstar3d
  • 330
  • 1
  • 7