We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The LDAP connector implemented in #178 creates a new LDAP session for every request, closing and discarding the connection after login.
Add connection reuse to the existing logic. After attempting to login, connections should be:
The text was updated successfully, but these errors were encountered:
@ericchiang @fnordahl can one of you flesh the description out further?
Sorry, something went wrong.
@philips I do not have access to edit the description of this issue, but I have fleshed out the description for the PR. Cc @ericchiang
👍 updated here
thx!
Implement connection pooling for LDAP connections
e531dd6
Fixes dexidp#309
No branches or pull requests
The LDAP connector implemented in #178 creates a new LDAP session for every request, closing and discarding the connection after login.
Add connection reuse to the existing logic. After attempting to login, connections should be:
The text was updated successfully, but these errors were encountered: