[
https://issues.jboss.org/browse/ELY-16?page=com.atlassian.jira.plugin.sys...
]
Jan Kalina edited comment on ELY-16 at 9/11/17 6:22 AM:
--------------------------------------------------------
userPasswords in form like {noformat}{crypt}_N.../TTpyByTVvdmWGo{noformat} are already
supported and tested:
https://github.com/wildfly-security/wildfly-elytron/blob/master/src/test/...
(only in base64 in tests, so no so obvious)
was (Author: honza889):
userPasswords in form like {{ {crypt}_N.../TTpyByTVvdmWGo }}
Add a RFC2256 based LDAP Realm
------------------------------
Key: ELY-16
URL:
https://issues.jboss.org/browse/ELY-16
Project: WildFly Elytron
Issue Type: Sub-task
Reporter: Darran Lofthouse
Fix For: 2.0.0.Alpha1
RFC2256 defines the userPassword attribute on LDAP entries, officially this is supposed
to be clear text - however many vendors now support a one way hash where the hash
algorithm is specified at the beginning of the attribute value: -
{noformat}
{ssha}izu672WN0xA2ZaYofeiWyQ5QKxEBMNsbyQKwRw==
{noformat}
{noformat}
( 2.5.4.35 NAME 'userPassword' DESC 'RFC2256/2307: password of user'
EQUALITY octetStringMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 USAGE userApplications
X-SCHEMA 'system' )
{noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)