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

Add support for secondary server for failover #20

Closed
FDrebin opened this issue Dec 20, 2019 · 4 comments
Closed

Add support for secondary server for failover #20

FDrebin opened this issue Dec 20, 2019 · 4 comments

Comments

@FDrebin
Copy link

FDrebin commented Dec 20, 2019

Hello,

I am using the plugin for Active Directory and it works great, I am curious if it would be possible to add a second optional field for a secondary failover domain controller in the event the primary is not reachable.

@paranoyed
Copy link

I'm guessing you have a DNS entry pointing to the AD Server?
If so you could archive a failover scenario by adding multiple DNS Entries that point to the same AD server and using the host name that points to both servers.

Example:
ad IN A 10.10.10.10
ad IN A 10.10.10.11

The DNS server would give back both entries and the LDAP-plugin should use the first one that responds.

I have not tested this for this plugin but I use this method with other Applications where defining multiple servers is not possible.

@army1349
Copy link

You can do that right now. Just fill LDAP Server field like:
server1.domain server2.domain

@dkanada
Copy link
Member

dkanada commented Mar 12, 2020

@FDrebin it sounds like this feature already exists in LDAP so we can close this?

@FDrebin
Copy link
Author

FDrebin commented Mar 12, 2020

@FDrebin it sounds like this feature already exists in LDAP so we can close this?

Yes I believe it can! Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants