[jboss-jira] [JBoss JIRA] (WFLY-7288) Elytron - inconsistency between DMR and XSD representation of ldap-realm
Ondrej Lukas (JIRA)
issues at jboss.org
Tue Oct 11 08:22:01 EDT 2016
Ondrej Lukas created WFLY-7288:
----------------------------------
Summary: 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
Reporter: Ondrej Lukas
Assignee: Darran Lofthouse
Priority: Optional
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/82a3cfb2c1c7c87db71d84b79475ddab5193f904/src/main/resources/schema/wildfly-elytron_1_0.xsd#L1008
[2] https://github.com/wildfly-security/elytron-subsystem/blob/82a3cfb2c1c7c87db71d84b79475ddab5193f904/src/main/resources/schema/wildfly-elytron_1_0.xsd#L1031
[3] https://github.com/wildfly-security/elytron-subsystem/blob/82a3cfb2c1c7c87db71d84b79475ddab5193f904/src/main/resources/schema/wildfly-elytron_1_0.xsd#L1079
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list