question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Multiple LDAP servers?

See original GitHub issue

Is there a way to use a iterable of servers and make multiple attempts to connect to each? For example:

LDAP_AUTH_URL = ("ldap://0.0.0.1:389", "ldap://0.0.0.2:389", ldap://0.0.0.3:398",)

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:14 (10 by maintainers)

github_iconTop GitHub Comments

2reactions
etianencommented, Oct 31, 2016

I’m afraid not. It would be a cool feature.

0reactions
etianencommented, Apr 19, 2021

I have no idea whether the underlying LDAP library supports that approach, sorry. Their docs are here if you want to investigate:

https://ldap3.readthedocs.io/en/latest/

Read more comments on GitHub >

github_iconTop Results From Across the Web

5.3 LDAP Authentication Against Multiple LDAP Servers Or ...
You can now configure LDAP authentication against multiple LDAP severs or domains for unique users. The procedures in this section consider three servers...
Read more >
Using Multiple LDAP Servers - Keeper Connection Manager
If your Active Directory or LDAP deployment spans multiple servers, Guacamole can be configured to use each of your LDAP servers using ldap-servers.yml ......
Read more >
Working with Multiple LDAP Servers - TechDocs
Enterprise Management with multiple LDAP servers using CA Directory. Working with multiple LDAP servers, enables the administrator to integrate multiple ...
Read more >
How to Use More than Four LDAP Servers in a Palo Alto ...
Usually four LDAP servers are more than enough to authenticate all the users in the domain, and to provide redundancy in case a...
Read more >
How to create a single Authentication point with multiple LDAP ...
This is not a redundant system, there are two independent LDAP servers, each hosting a different category of users. The UIDs and GIDs...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found