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)"/>
Â