The Shibboleth IdP V4 software has reached its End of Life and is no longer supported. This documentation is available for historical purposes only. See the IDP5 wiki space for current documentation on the supported version.
ConnectionPool
Namespace: urn:mace:shibboleth:2.0:resolver
Schema: http://shibboleth.net/schema/idp/shibboleth-attribute-resolver.xsd
Overview
The <ConnectionPool>
 element defines the LDAP connection pooling behavior for an LDAPConnector.
Reference
Example
<ConnectionPool
minPoolSize="5"
maxPoolSize="10"
blockWaitTime="PT5S"
expirationTime="PT10M"
validatePeriodically="true"
validateTimerPeriod="PT15M"
validateDN="dc=example,dc=org"
validateFilter="(ou=people)"/>
Â