[java-identity-provider] branch main updated: IDP-1848 - Expose any missing settings for LDAP pooling
Scott Cantor
cantor.2 at osu.edu
Mon Sep 13 22:55:12 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=dfd727c0a9ced6e9b3537072da1bb8e1fdf857f6
The following commit(s) were added to refs/heads/main by this push:
new dfd727c0a IDP-1848 - Expose any missing settings for LDAP pooling
dfd727c0a is described below
commit dfd727c0a9ced6e9b3537072da1bb8e1fdf857f6
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Sep 13 18:55:09 2021 -0400
IDP-1848 - Expose any missing settings for LDAP pooling
https://shibboleth.atlassian.net/browse/IDP-1848
Add missing default.
---
idp-conf/src/main/resources/conf/examples/attribute-resolver-ldap.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf/src/main/resources/conf/examples/attribute-resolver-ldap.xml b/idp-conf/src/main/resources/conf/examples/attribute-resolver-ldap.xml
index 63fe796b1..bf4123a30 100644
--- a/idp-conf/src/main/resources/conf/examples/attribute-resolver-ldap.xml
+++ b/idp-conf/src/main/resources/conf/examples/attribute-resolver-ldap.xml
@@ -79,7 +79,7 @@
validatePeriodically="%{idp.pool.LDAP.validatePeriodically:true}"
validateTimerPeriod="%{idp.pool.LDAP.validatePeriod:PT5M}"
validateDN="%{idp.pool.LDAP.validateDN:}"
- validateOnCheckout="%{idp.pool.LDAP.validateOnCheckout:}"
+ validateOnCheckout="%{idp.pool.LDAP.validateOnCheckout:false}"
validateFilter="%{idp.pool.LDAP.validateFilter:(objectClass=*)}"
prunePeriod="%{idp.pool.LDAP.prunePeriod:PT5M}"
expirationTime="%{idp.pool.LDAP.idleTime:PT10M}"/>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list