IDPV3: ldap properties in ldap-authn-config.xml

TISSOT Jacques jacques.tissot at unifr.ch
Tue Sep 8 10:47:01 EDT 2015


Dear Community,

If I have this parameters in the ldap.properties:

idp.pool.LDAP.minSize				= 2
idp.pool.LDAP.maxSize				= 5

Should I have to modify too the properties of the Pool Configuration in the ldap-authn-config.xml?

        p:minPoolSize="%{idp.pool.LDAP.minSize:3}"
        p:maxPoolSize="%{idp.pool.LDAP.maxSize:10}"

modified in:

        p:minPoolSize="%{idp.pool.LDAP.minSize:2}"
        p:maxPoolSize="%{idp.pool.LDAP.maxSize:5}"


I'm struggling with the connection pool of ldap servers behind a DNS round robin alias. It seems not to work if I stop one of the ldap server. The connection to this server still wants to get attributes and compromise the conversation between the IDP and the SP. So I get the ERROR:

ERROR [org.springframework.webflow.conversation.impl.LockTimeoutException:76] -

Or 

ERROR [org.springframework.webflow.execution.repository.FlowExecutionRestorationFailureException:76] -

Thanks for help. Students will be back soon, and I need to have this IDP v3 running correctly.

Regards

J. Tissot

Jacques Tissot            
Université de Fribourg    
Switzerland



More information about the users mailing list