You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org> on 2013/06/06 10:35:20 UTC

[jira] [Created] (DIRSERVER-1849) Invalid prefixes format for password stored using SHA-2 hashing mechanisms (SHA-256, SHA-384, SHA-512)

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