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

Rod Widdowson rdw at steadingsoftware.com
Mon Apr 8 09:40:51 EDT 2019


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

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

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

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

commit b17f851b9c65c4b29b605c38235b83ffa76a41e1
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 6d0acb4..d9753b7 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
@@ -333,6 +333,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