Nugget post: Setting ldap connection timeout for python

This blog post is similar to a previous one that dealt with PHP + LDAP. In this post we'll explore how to use the python LDAP library and set timeouts. These settings are used to reduce the timeouts when connecting to an LDAP server. This will avoid your program from "hanging" due to lack of … Continue reading Nugget post: Setting ldap connection timeout for python

Advertisement

Nugget Post : Setting LDAP connection timeout for PHP

Problem : in some scenarios, for example running a periodic health check on an LDAP / AD server, you may want to set a low timeout so that if a server does not answer LDAP bind requests, a user is notified in a reasonable amount of time. Also, if your PHP code is blocking, a … Continue reading Nugget Post : Setting LDAP connection timeout for PHP