Uploaded image for project: 'Crowd Data Center'
  1. Crowd Data Center
  2. CWD-4153

Membership queries for user/group names end up fetching the underlying entity

    XMLWordPrintable

Details

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      Since configurable directory aggregation, searchNestedGroupRelationships promotes queries for String.class to queries for User.class or Group.class in order to get the directory ID.

      For an RFC 2307 directory, this means that getting all memberships will make:

      • One query to get all the groups
      • One query for each group to get the members
      • One query for each member

      This can be implemented more efficiently to eliminate the final step.

      Attachments

        Issue Links

          Activity

            People

              jwalton joe
              jwalton joe
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: