[java-identity-provider] branch main updated: Fix comment at top of file.
Scott Cantor
cantor.2 at osu.edu
Wed Apr 21 15:21:13 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=68cc64e5404ea1ea30ad8abe5adf78dbbd73654d
The following commit(s) were added to refs/heads/main by this push:
new 68cc64e54 Fix comment at top of file.
68cc64e54 is described below
commit 68cc64e5404ea1ea30ad8abe5adf78dbbd73654d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Apr 21 11:21:10 2021 -0400
Fix comment at top of file.
---
idp-conf/src/main/resources/conf/ldap.properties | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-conf/src/main/resources/conf/ldap.properties b/idp-conf/src/main/resources/conf/ldap.properties
index 74f3efb7d..5792a3eaa 100644
--- a/idp-conf/src/main/resources/conf/ldap.properties
+++ b/idp-conf/src/main/resources/conf/ldap.properties
@@ -1,5 +1,5 @@
-# LDAP authentication configuration, see authn/ldap-authn-config.xml
-# Note, this doesn't apply to the use of JAAS
+# LDAP authentication (and possibly attribute resolver) configuration
+# Note, this doesn't apply to the use of JAAS authentication via LDAP
## Authenticator strategy, either anonSearchAuthenticator, bindSearchAuthenticator, directAuthenticator, adAuthenticator
#idp.authn.LDAP.authenticator = anonSearchAuthenticator
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list