-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
1
-
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.
[CWD-1673] Improve LDAP Search Queries
Labels | New: cleanup-seos-dc |
Support reference count | New: 1 |
Workflow | Original: JAC Suggestion Workflow [ 3388503 ] | New: JAC Suggestion Workflow 3 [ 3630549 ] |
Workflow | Original: Simplified Crowd Development Workflow v2 [ 1391309 ] | New: JAC Suggestion Workflow [ 3388503 ] |
Issue Type | Original: Improvement [ 4 ] | New: Suggestion [ 10000 ] |
Status | Original: Open [ 1 ] | New: Gathering Interest [ 11772 ] |
Workflow | Original: Crowd Development Workflow v2 [ 272088 ] | New: Simplified Crowd Development Workflow v2 [ 1391309 ] |
Workflow | Original: Feature Request Workflow [ 182227 ] | New: Crowd Development Workflow v2 [ 272088 ] |
Status | Original: Awaiting Review [ 10033 ] | New: Open [ 1 ] |
Affects Version/s | New: 2.0 [ 12269 ] | |
Affects Version/s | New: 1.6 [ 14200 ] |