You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Kiran Ayyagari (JIRA)" <ji...@apache.org> on 2010/02/25 20:40:31 UTC

[jira] Resolved: (DIRSERVER-1466) Support SHA-256 for userPassword values

     [ https://issues.apache.org/jira/browse/DIRSERVER-1466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kiran Ayyagari resolved DIRSERVER-1466.
---------------------------------------

    Resolution: Fixed

Added the support for SHA-256. http://svn.apache.org/viewvc?rev=916400&view=rev

> Support SHA-256 for userPassword values
> ---------------------------------------
>
>                 Key: DIRSERVER-1466
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1466
>             Project: Directory ApacheDS
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 1.5.5
>         Environment: ApacheDS 1.5.5
>            Reporter: Stefan Zoerner
>            Assignee: Kiran Ayyagari
>            Priority: Minor
>             Fix For: 1.5.6
>
>
> Currently, ApacheDS 1.5.5 authenticates users with passwords stored with following algorithms:
> * (plain text)
> * SHA
> * SSHA
> * MD5
> * SMD5
> * CRYPT
> see class org.apache.directory.server.core.authn.SimpleAuthenticator and enum org.apache.directory.shared.ldap.constants.LdapSecurityConstants.
> Most of them are considered weak. http://www.schneier.com/essay-074.html
> SHA-256 is not directly supported. How about adding it to the list?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.