-
Bug
-
Resolution: Fixed
-
Medium
-
3.5.11
-
None
Scenario: Delegated Authentication Directory with "Copy Groups on Login"
When a user logs in, we do N+1 LDAP queries to check for this user's groups, where N = # of groups this user is in.
This group lookup pulls in all the attributes: This leads to a performance problem if N is very large or if each group has many members.
It isn't necessary for us to pull in the membership attributes: it's enough for us to check for mere presence of each group: the only attribute we need to return for this purpose is the groupname attribute.
- relates to
-
CWD-1860 Retrieve only the necessary attributes when searching for LDAP users and groups
- Closed
- supersedes
-
CONFSERVER-15783 LDAP perfromance in certain areas could be improved for instances hooked up to large LDAP instances with lots of entries
- Closed
- mentioned in
-
Page Failed to load
[CONFSERVER-23943] Group Lookup for Delegated Authentication Directory should not query for all membership attributes
Workflow | Original: JAC Bug Workflow v3 [ 2873986 ] | New: CONFSERVER Bug Workflow v4 [ 3004401 ] |
Workflow | Original: JAC Bug Workflow v2 [ 2774133 ] | New: JAC Bug Workflow v3 [ 2873986 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JAC Bug Workflow [ 2708193 ] | New: JAC Bug Workflow v2 [ 2774133 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2372903 ] | New: JAC Bug Workflow [ 2708193 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 [ 2257336 ] | New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2372903 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2208574 ] | New: Confluence Workflow - Public Facing - Restricted v5 [ 2257336 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2191132 ] | New: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2208574 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 [ 1929590 ] | New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2191132 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v3 [ 1730079 ] | New: Confluence Workflow - Public Facing - Restricted v5 [ 1929590 ] |
Workflow | Original: CONF Bug Subtask WF (TEMP) [ 1688081 ] | New: Confluence Workflow - Public Facing - Restricted v3 [ 1730079 ] |