Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Russ WhiteheadRuss WhiteheadReporter
Russ WhiteheadRuss WhiteheadPriority
MinorCompatibility
MajorFix versions
Pull Request URL
Details
Details
Components
Assignee
Russ Whitehead
Russ WhiteheadReporter
Russ Whitehead
Russ WhiteheadPriority
Compatibility
Major
Fix versions
Pull Request URL
Created February 20, 2018 at 8:13 PM
Updated February 21, 2018 at 10:14 AM
Resolved February 21, 2018 at 10:14 AM
In ldapConnection.cpp, the call to "getGroupMembers" queries a connection for the paged search, but the nested call to query the username requests a new connection with every group member. This should share the same parent LDAP connection