]
Darran Lofthouse updated ELY-16:
--------------------------------
Fix Version/s: 1.0.0.Alpha4
(was: 1.0.0.Alpha3)
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
Assignee: Darran Lofthouse
Fix For: 1.0.0.Alpha4
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}