diff options
author | Henrik Lund Kramshoej <hlk@kramse.org> | 2017-07-13 12:21:27 +0200 |
---|---|---|
committer | Henrik Lund Kramshoej <hlk@kramse.org> | 2017-07-13 12:21:27 +0200 |
commit | d0549d38abe7b531db3b900fc628da4aa591c45a (patch) | |
tree | bea353d7a99ff7dfe4635d4aecc6219cf2ed3f7f /template-config | |
parent | 975c610b836f1a68e1522b00fd6745f0d1778992 (diff) |
Sync
Diffstat (limited to 'template-config')
-rw-r--r-- | template-config/attribute-resolver.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/template-config/attribute-resolver.xml b/template-config/attribute-resolver.xml index a3f7de2..60cf223 100644 --- a/template-config/attribute-resolver.xml +++ b/template-config/attribute-resolver.xml @@ -79,6 +79,9 @@ %{idp.attribute.resolver.LDAP.searchFilter} ]]> </FilterTemplate> + <!-- Do we even need a connection pool? Got this: + WARN [org.ldaptive.pool.BlockingConnectionPool:882] - org.ldaptive.pool.AbstractConnectionPool$DefaultPooledConnectionProxy@6ec7349e failed validation + <ConnectionPool minPoolSize="%{idp.pool.LDAP.minSize:3}" maxPoolSize="%{idp.pool.LDAP.maxSize:10}" @@ -86,7 +89,9 @@ validatePeriodically="%{idp.pool.LDAP.validatePeriodically:true}" validateTimerPeriod="%{idp.pool.LDAP.validatePeriod:PT5M}" expirationTime="%{idp.pool.LDAP.idleTime:PT10M}" - failFastInitialize="%{idp.pool.LDAP.failFastInitialize:false}" /> + failFastInitialize="%{idp.pool.LDAP.failFastInitialize:false}" />--> + + </DataConnector> <!-- <DataConnector id="myLDAP" xsi:type="LDAPDirectory" ldapURL="%{idp.attribute.resolver.LDAP.ldapURL}" |