Skip to content
New issue

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

Allow for use of multiple LDAP servers #170

Open
suprovsky opened this issue Sep 28, 2024 · 3 comments
Open

Allow for use of multiple LDAP servers #170

suprovsky opened this issue Sep 28, 2024 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@suprovsky
Copy link

Hey, most of companies use more than one LDAP server and I think it could be a cool enhancement if the app could connect to the directory thru more than one host. Thanks!

@ViViDboarder
Copy link
Owner

I don’t quite understand. Like load balance between two? Or invite users from two different servers?

@suprovsky
Copy link
Author

If I'm getting it right, the app works as a service polling LDAP servers and many companies have more than one domain controller with AD (basically redundant servers for the same domain). So, it would be cool if it would be possible to define more than one controller in the configuration.

@ViViDboarder
Copy link
Owner

I see. If this is about redundancy, you could run multiple instances of the sync. It won't invite users who have already been invited.

As far as implementing multiple servers in one instance, I'm open to a PR. Probably best to start with a proposal for how it would work. Iterate through all, round robin, random select, or failover.

@ViViDboarder ViViDboarder added enhancement New feature or request help wanted Extra attention is needed labels Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants