Graylog2 / Graylog2/graylog2-server

Implement multiple LDAP server set strategies

Open
#9,491 0 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.