[java-identity-provider] branch main updated: Fix another typo.
Scott Cantor
cantor.2 at osu.edu
Tue Jan 16 16:43:45 UTC 2024
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=43150657634900e6e28af2e2d3c23ac8b2d36d22
The following commit(s) were added to refs/heads/main by this push:
new 431506576 Fix another typo.
431506576 is described below
commit 43150657634900e6e28af2e2d3c23ac8b2d36d22
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jan 16 11:43:42 2024 -0500
Fix another typo.
---
.../resources/net/shibboleth/idp/module/conf/authn/authn.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/authn/authn.properties b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/authn/authn.properties
index 44dd6283b..42a454344 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/authn/authn.properties
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/authn/authn.properties
@@ -27,7 +27,7 @@
# Login flow audit logging (defaults false for log compatibility)
#idp.authn.audit.enabled = false
-# Uncomment to cache username in cookie (e.g. __Host_shib_idp_username)
+# Uncomment to cache username in cookie (e.g. __Host-shib_idp_username)
#idp.authn.usernameCookieName =
# Precedence for pulling existing username into authentication forms
#idp.authn.usernamePrecedence = form,session,cookie
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list