[java-identity-provider] branch master updated: Revert accidental change.
Scott Cantor
cantor.2 at osu.edu
Thu Sep 7 20:46:47 EDT 2017
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=5d59044ab25d5702850ec6131c3741eee8a70336
The following commit(s) were added to refs/heads/master by this push:
new 5d59044 Revert accidental change.
5d59044 is described below
commit 5d59044ab25d5702850ec6131c3741eee8a70336
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Sep 7 20:46:45 2017 -0400
Revert accidental change.
---
idp-conf/src/main/resources/conf/saml-nameid.properties | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-conf/src/main/resources/conf/saml-nameid.properties b/idp-conf/src/main/resources/conf/saml-nameid.properties
index 25a78bc..bbc1597 100644
--- a/idp-conf/src/main/resources/conf/saml-nameid.properties
+++ b/idp-conf/src/main/resources/conf/saml-nameid.properties
@@ -19,11 +19,11 @@
# Persistent IDs can be computed on the fly with a hash, or managed in a database
# For computed IDs, set a source attribute and a secret salt:
-idp.persistentId.sourceAttribute = changethistosomethingreal
+#idp.persistentId.sourceAttribute = changethistosomethingreal
#idp.persistentId.useUnfilteredAttributes = true
# Do *NOT* share the salt with other people, it's like divulging your private key.
#idp.persistentId.algorithm = SHA
-idp.persistentId.salt = changethistosomethingrandom
+#idp.persistentId.salt = changethistosomethingrandom
# BASE64 will match V2 values, we recommend BASE32 encoding for new installs.
idp.persistentId.encoding = BASE32
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list