[java-identity-provider] 10/13: IDP-2287 - comment out returnAttributes
Scott Cantor
cantor.2 at osu.edu
Thu Jul 25 18:22:33 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-5.1
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=9f182661d5ffc7542d2d6db2556e004cbd2b8d49
commit 9f182661d5ffc7542d2d6db2556e004cbd2b8d49
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