[jboss-jira] [JBoss JIRA] (WFCORE-3066) Elytron subsystem - wrong description of ldap-realm.otp-credential-mapper.hash-from attribute

Josef Cacek (JIRA) issues at jboss.org
Fri Jul 14 08:56:00 EDT 2017


     [ https://issues.jboss.org/browse/WFCORE-3066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Josef Cacek updated WFCORE-3066:
--------------------------------
    Description: 
The {{hash-from}} attribute has a wrong decription in elytron subsystem. It wrongly suggests it's rather about function/algorithm name than a hash value.
{noformat}
[standalone at embedded /] /subsystem=elytron/ldap-realm=*:read-resource-description()
...
                                "hash-from" => {
                                    "type" => STRING,
                                    "description" => "The name of the LDAP attribute of OTP hash function.",
                                    "expressions-allowed" => true,
                                    "required" => true,
                                    "nillable" => false,
                                    "min-length" => 1L,
                                    "max-length" => 2147483647L
                                },
...
{noformat}

The attribute should not talk about the *hash function*, but rather *hash* (or *hash value*).

_Updated_
The description has to also mention the value of the LDAP attribute is Base64 encoded.


  was:
The {{hash-from}} attribute has a wrong decription in elytron subsystem. It wrongly suggests it's rather about function/algorithm name than a hash value.
{noformat}
[standalone at embedded /] /subsystem=elytron/ldap-realm=*:read-resource-description()
...
                                "hash-from" => {
                                    "type" => STRING,
                                    "description" => "The name of the LDAP attribute of OTP hash function.",
                                    "expressions-allowed" => true,
                                    "required" => true,
                                    "nillable" => false,
                                    "min-length" => 1L,
                                    "max-length" => 2147483647L
                                },
...
{noformat}

The attribute should not talk about the *hash function*, but rather *hash* (or *hash value*).




> Elytron subsystem - wrong description of ldap-realm.otp-credential-mapper.hash-from attribute
> ---------------------------------------------------------------------------------------------
>
>                 Key: WFCORE-3066
>                 URL: https://issues.jboss.org/browse/WFCORE-3066
>             Project: WildFly Core
>          Issue Type: Bug
>          Components: Security
>            Reporter: Josef Cacek
>            Assignee: Darran Lofthouse
>
> The {{hash-from}} attribute has a wrong decription in elytron subsystem. It wrongly suggests it's rather about function/algorithm name than a hash value.
> {noformat}
> [standalone at embedded /] /subsystem=elytron/ldap-realm=*:read-resource-description()
> ...
>                                 "hash-from" => {
>                                     "type" => STRING,
>                                     "description" => "The name of the LDAP attribute of OTP hash function.",
>                                     "expressions-allowed" => true,
>                                     "required" => true,
>                                     "nillable" => false,
>                                     "min-length" => 1L,
>                                     "max-length" => 2147483647L
>                                 },
> ...
> {noformat}
> The attribute should not talk about the *hash function*, but rather *hash* (or *hash value*).
> _Updated_
> The description has to also mention the value of the LDAP attribute is Base64 encoded.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list