Default LDAP connection pool properties ?

Cantor, Scott cantor.2 at osu.edu
Mon Sep 12 17:31:31 EDT 2016


On 9/12/16, 4:27 PM, "dev on behalf of Tom Zeller" <dev-bounces at shibboleth.net on behalf of tzeller at dragonacea.biz> wrote:

> Neither “undefined” nor “” worked for me, so I set the default as a duration :
    
    idp.attribute.resolver.LDAP.connectTimeout   = %{idp.authn.LDAP.connectTimeout:PT3S}
    idp.attribute.resolver.LDAP.responseTimeout  = %{idp.authn.LDAP.responseTimeout:PT3S}
    
I was speaking of string-based properties. If it's a number, all bets are off, and...

>    But … I’m still getting an exception :

I think that's because ldaptive unsurprisingly doesn't handle XML Duration syntax, and our converter is a custom one that only operates on @Duration tagged fields.

-- Scott




More information about the dev mailing list