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

Improve LDAP Search Queries

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • None
    • None
    • 1
    • 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.

      Currently, to search a single User in LDAP, Crowd concatenates the Connector User Object Filter with the query to search the username:

      Connector User Object Filter: (&(objectCategory=Person)(sAMAccountName=*))
      User Query: (sAMAccountName=user_name)

      Crowd Search: (&(&(objectCategory=Person)(sAMAccountName=*))(sAMAccountName=user_name))

      It may be better to stop concatenating the default User Object Filter to the User name filter because of the wildcard (sAMAccountName=*).

      We believe that AD is smart enough to maximize the query performance in this case, however, it must be investigated to find alternatives and improve it on our side.

              Unassigned Unassigned
              rbattaglin Renan Battaglin
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: