Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-12137

Elytron subsystem - wrong description of ldap-realm.otp-credential-mapper.hash-from attribute

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.1.0.ER3
    • 7.1.0.ER2
    • Security
    • None

      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.

      [standalone@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
                                      },
      ...
      

      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.

            yborgess1@redhat.com Yeray Borges Santana
            josef.cacek@gmail.com Josef Cacek (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: