[java-identity-provider] branch main updated: IDP-2287 - comment out returnAttributes
Daniel Fisher
dfisher at vt.edu
Thu Jun 27 03:06:07 UTC 2024
This is an automated email from the git hooks/post-receive script.
dfisher 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=cd234e103a7b532953cfe833f2b1a15fe6b01719
The following commit(s) were added to refs/heads/main by this push:
new cd234e103 IDP-2287 - comment out returnAttributes
cd234e103 is described below
commit cd234e103a7b532953cfe833f2b1a15fe6b01719
Author: Daniel Fisher <dfisher at vt.edu>
AuthorDate: Wed Jun 26 22:49:03 2024 -0400
IDP-2287 - comment out returnAttributes
Comment out the returnAttributes properties by default.
Add additional documentation around use of this property.
https://shibboleth.atlassian.net/browse/IDP-2287
---
.../src/main/resources/net/shibboleth/idp/module/conf/ldap.properties | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/ldap.properties b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/ldap.properties
index badb1712a..c78f69e1f 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/ldap.properties
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/ldap.properties
@@ -24,7 +24,9 @@ idp.authn.LDAP.trustCertificates = %{idp.home}/credentials/ldap-s
idp.authn.LDAP.trustStore = %{idp.home}/credentials/ldap-server.truststore
## Return attributes during authentication
-idp.authn.LDAP.returnAttributes = passwordExpirationTime,loginGraceRemaining
+# Setting this property will cause entry resolution to occur as part of authentication
+# Note that this property is not compatible with the adAuthenticator
+#idp.authn.LDAP.returnAttributes = passwordExpirationTime,loginGraceRemaining
## DN resolution properties ##
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list