Graylog2 / Graylog2/graylog2-server
Pool LDAP connections for more efficient use
Open
feature
ldap
performance
triaged
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
Use the LdapConnectionPool instead of opening a connection each time.
This is not highly critical because LDAP connections are only opened on login, we create shadow accounts that have a session (so we don't open an LDAP connection each time a user interacts with the system).
Contributor guide
Assessment
This issue has not been assessed yet.