[java-identity-provider] branch maint-3.4 updated: Up LDAP timeout
Rod Widdowson
rdw at steadingsoftware.com
Mon Apr 1 09:04:01 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=90420b962ece01927feebffc674454a04c0b936e
The following commit(s) were added to refs/heads/maint-3.4 by this push:
new 90420b9 Up LDAP timeout
90420b9 is described below
commit 90420b962ece01927feebffc674454a04c0b936e
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 5e47072..6d0acb4 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
@@ -331,7 +331,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