SPChan created DIRSTUDIO-1226:
---------------------------------
Summary: Cannot verify PBKDF2_SHA256 passwords
Key: DIRSTUDIO-1226
URL: https://issues.apache.org/jira/browse/DIRSTUDIO-1226
Project: Directory Studio
Issue Type: Bug
Reporter: SPChan
Fix For: 2.0.0-M14
For userPassword stored as PBKDF2_SHA256:
Edit Value -> Verify Password -> (enter password) -> Verify fails.
Edit Value -> Verify Password -> (enter password) -> Bind works.
The format of the stored password is from 389-DS:
{PBKDF2_SHA256}<hashed_data: 324 bytes as base64>
hashed_data = iteration_count: 4 bytes (integer, network order) , salt: 64
bytes, hash: 256 bytes
generated using PBKDF2 HMAC-SHA256
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)