Pierre-Arnaud Marcelot created DIRSERVER-1849:
-------------------------------------------------
Summary: Invalid prefixes format for password stored using SHA-2
hashing mechanisms (SHA-256, SHA-384, SHA-512)
Key: DIRSERVER-1849
URL: https://issues.apache.org/jira/browse/DIRSERVER-1849
Project: Directory ApacheDS
Issue Type: Bug
Affects Versions: 2.0.0-M12
Reporter: Pierre-Arnaud Marcelot
Assignee: Pierre-Arnaud Marcelot
Fix For: 2.0.0-RC1
Invalid prefix format for password stored using SHA-2 hashing mechanisms
(SHA-256, SHA-384, SHA-512).
The prefixes currently used are:
- {sha-256}
- {ssha-256}
- {sha-384}
- {ssha-384}
- {sha-512}
- {ssha-512}
They should be (without the '-' character):
- {sha256}
- {ssha256}
- {sha384}
- {ssha384}
- {sha512}
- {ssha512}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira