[java-identity-provider] branch master updated: Turn up responseTimeout for LDAP data connector

Rod Widdowson rdw at steadingsoftware.com
Mon Apr 8 09:34:22 EDT 2019


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=fe89513bfcd5efae04ab1d0dd18f5a67f3dc971f

The following commit(s) were added to refs/heads/master by this push:
       new  fe89513   Turn up responseTimeout for LDAP data connector
fe89513 is described below

commit fe89513bfcd5efae04ab1d0dd18f5a67f3dc971f
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Apr 8 14:34:04 2019 +0100

    Turn up responseTimeout for LDAP data connector
---
 .../net/shibboleth/idp/attribute/resolver/spring/attribute-resolver.xml  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/attribute-resolver.xml b/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/attribute-resolver.xml
index bb1e454..d4d774f 100644
--- a/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/attribute-resolver.xml
+++ b/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/attribute-resolver.xml
@@ -223,6 +223,7 @@
         ldapURL="ldap://localhost:10391" 
         baseDN="dc=shibboleth,dc=net"
         connectTimeout="PT6S"
+        responseTimeout="PT6S"
         principal="cn=Directory Manager"
         principalCredential="password">
         <FilterTemplate>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list