]
Jeff Mesnil updated WFCORE-3542:
--------------------------------
Fix Version/s: 8.0.0.Beta3
(was: 8.0.0.Beta2)
Elytron JDBC realm password mapping is not consistent with underlying
implementation
------------------------------------------------------------------------------------
Key: WFCORE-3542
URL:
https://issues.jboss.org/browse/WFCORE-3542
Project: WildFly Core
Issue Type: Bug
Components: Security
Reporter: David Lloyd
Assignee: Darran Lofthouse
Priority: Major
Fix For: 8.0.0.Beta3
There is no way to configure the JDBC realm to use modular crypt in WildFly, even though
the underlying realm does support it.
The problem is that the *{{salt-index}} and {{itereration-count-index}} attributes should
be optional*, and if they not given, a value of {{-1}} should be passed to the mapper. By
omitting both of these values, the database column values will then be recognized as
modular-crypt strings.