Document configuration of the digest algorithm and provide a commented-out example.

This commit is contained in:
Mark H. Wood
2012-08-09 11:05:04 -04:00
parent 3f70aef792
commit 5129c095f3

View File

@@ -22,4 +22,12 @@
# using the DSpace password system will automatically become members of # using the DSpace password system will automatically become members of
# this group. This is useful if you want a group made up of all internal # this group. This is useful if you want a group made up of all internal
# authenticated users. # authenticated users.
# login.specialgroup = group-name # login.specialgroup = group-name
##### Password hashing algorithm #####
# You may select any digest algorithm available through
# java.security.MessageDigest on your system. At least MD2, MD5, SHA-1,
# SHA-256, SHA-384, and SHA-512 should be available, but you may have
# installed others. If not set, SHA-512 will be used.
# digestAlgorithm = SHA-512