Graylog2 / Graylog2/graylog2-server
Implement multiple LDAP server set strategies
Open
feature
ldap
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
In #9485 we implement support for multiple LDAP servers. We are currently use the `FailoverServerSet` which means that Graylog only connects to a different LDAP server if one fails. The unbound-sdk library we are using is offering multiple strategies to handle multiple LDAP servers:
- `RoundRobinServerSet`
- `FewestConnectionsServerSet`
- `FastestConnectServerSet`
- (and some more, see all implementations of the `ServerSet` interface)
It would be great if we can expose some of these to the user to cover different use cases.
Contributor guide
Assessment
This issue has not been assessed yet.