Is it possible to set request time out for Apache LDAP Client (2.2.7)??
Also we testing apache LDAP client ver 2.2.7 with Microsoft Active Directory.
For simulating LDAP server down, we are using commands
1) iptables -A INPUT -d 172.16.202.146 -j DROP;
2) iptables -A OUTPUT -d 172.16.202.146 -j DROP
After this command if we send LDAP search request to AD, client does not return.
Is it OK to use this commands for simulating LDAP server down scenario??
Thanks And Regards ,
Mangesh Sawant .