Uploaded image for project: 'Grouper'
  1. Grouper
  2. GRP-2101

Ldaptive exception reports queried attributes as array pointer

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • 2.4.0.patch, 2.4.1
    • 2.4.0
    • API
    • None

    Description

      Error querying ldap server id: ldap, searchDn: ou=People,dc=ad,dc=example,dc=edu, filter: '(eduType=*)', returning attributes: [Ljava.lang.String;@4280974a

      The rethrown exception from LdaptiveSessionImpl.list() outputs the attribute string[] as a string, rather than joining the elements with a delimiter.

      catch (RuntimeException re) {
            GrouperUtil.injectInException(re, "Error querying ldap server id: " + ldapServerId + ", searchDn: " + searchDn
                + ", filter: '" + filter + "', returning attributes: " + attributeNames);

      Attachments

        Activity

          People

            shilen.patel@at.internet2.edu Shilen Patel (duke.edu)
            chad.redman@at.internet2.edu Chad Redman (unc.edu)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: