]
Ondrej Lukas updated WFLY-7288:
-------------------------------
Labels: user_experience (was: )
Elytron - inconsistency between DMR and XSD representation of
ldap-realm
------------------------------------------------------------------------
Key: WFLY-7288
URL:
https://issues.jboss.org/browse/WFLY-7288
Project: WildFly
Issue Type: Bug
Components: Security
Affects Versions: 11.0.0.Alpha1
Reporter: Ondrej Lukas
Assignee: Ilia Vassilev
Priority: Optional
Labels: user_experience
There are inconsistencies between DMR and XSD representation of ldap-realm.
* According to XSD [1] {{from}} attribute from user-password-mapper is required in
ldap-realm. According to DMR {{from}} attribute is {{"nillable" => true}}.
* According to XSD [2] every attribute ({{algorithm-from}}, {{hash-from}}, {{seed-from}},
{{sequence-from}}) from otp-credential-mapper is required in ldap-realm. According to DMR
all these attributes are {{"nillable" => true}}.
* According to XSD [3] {{name}} of {{attribute}} from new-identity-attributes is required
in ldap-realm. According to DMR {{name}} of {{attribute}} is {{"nillable" =>
true}}.
These inconsistencies should be unified.
[1]
https://github.com/wildfly-security/elytron-subsystem/blob/82a3cfb2c1c7c8...
[2]
https://github.com/wildfly-security/elytron-subsystem/blob/82a3cfb2c1c7c8...
[3]
https://github.com/wildfly-security/elytron-subsystem/blob/82a3cfb2c1c7c8...