From a90cb6a3fa50ad59205512a430e86e6fa0bcc5d1 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Wed, 17 Jan 2024 17:46:12 -0600 Subject: [PATCH] bugfix in resolver --- conf/attribute-resolver.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/attribute-resolver.xml b/conf/attribute-resolver.xml index a83016a..e7daff6 100644 --- a/conf/attribute-resolver.xml +++ b/conf/attribute-resolver.xml @@ -241,7 +241,7 @@ principalCredential="%{idp.attribute.resolver.LDAP.bindDNCredential}" useStartTLS="%{idp.attribute.resolver.LDAP.useStartTLS:true}" connectTimeout="%{idp.attribute.resolver.LDAP.connectTimeout}" - responseTimeout="%{idp.attribute.resolver.LDAP.responseTimeout}"> + responseTimeout="%{idp.attribute.resolver.LDAP.responseTimeout}" connectionStrategy="%{idp.attribute.resolver.LDAP.connectionStrategy}" noResultIsError="true" multipleResultsIsError="true"