[java-identity-provider] branch master updated: Up LDAP timeout

Rod Widdowson rdw at steadingsoftware.com
Mon Apr 1 09:00:49 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=492e4188b2c628bff4e5e56169d61f8c33ca6d1e

The following commit(s) were added to refs/heads/master by this push:
       new  492e418   Up LDAP timeout
492e418 is described below

commit 492e4188b2c628bff4e5e56169d61f8c33ca6d1e
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Apr 1 13:59:42 2019 +0100

    Up LDAP timeout
    
    Double the LDAP timout for two tests to 6s.
    The combination of Windows and Java12 seems to trigger this.
---
 .../shibboleth/idp/attribute/resolver/spring/attribute-resolver.xml    | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 0393105..bb1e454 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
@@ -221,7 +221,8 @@
     <!-- Example LDAP Connector -->
     <DataConnector id="myLDAP" xsi:type="LDAPDirectory"
         ldapURL="ldap://localhost:10391" 
-        baseDN="dc=shibboleth,dc=net" 
+        baseDN="dc=shibboleth,dc=net"
+        connectTimeout="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