On Windows 2008R2, here are the steps. This needs done on each DC I believe.
AD has an inactivity/idle default timeout of 900 seconds. I suspect you can google to find the setting name, and where it's stored, in your AD server(s).Hope that helps.- MatthewOn Dec 10, 2012, at 8:35 PM, Bryce Powell wrote:Having done some more research, it appears that Active Directory also has some settings that could result in disconnected connections. I experimented with idle-timeout set to 30 seconds for the LDAP databases, but this seemed to exacerbate the frequency of the errors. The behaviour exhibits as ‘dead’ connections, and LDAP does not appear to attempt to re-establish these connections. Using the CentOS distro of OpenLDAP 2.4.23Here are the slapd.conf settings:database ldapreadonly onsuffix "dc=xyz,dc=local"#noundeffilter yes#use-temporary-conn yesdatabase ldapreadonly onsuffix "dc=abc,dc=adroot,dc=abc,dc=bc,dc=ca"#noundeffilter yes#use-temporary-conn yesI have some rewrite rules for bindDN, searchEntryDN, searchAttrDN, matchedDN, but I don’t believe these settings are relevant to the issue at hand.Essentially I want the connections to be re-established without generating errors.Thanks____________________________________________