Multiple LDAP servers?
See original GitHub issueIs 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:
- Created 7 years ago
- Comments:14 (10 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m afraid not. It would be a cool feature.
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/