-
Notifications
You must be signed in to change notification settings - Fork 626
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
Specify multiple AD servers in TheHive configuration #231
Comments
If you specify DNS domain name (without AD server name), resolution of name will use round-robin on all your AD servers. |
There is an issue with that approach when ldap on active directory servers aren't using wildcard certificates (not uncommon), which in turn will result in certificate validation failing as the ldap server isn't accessed using its FQDN.
…_____________________________
From: To-om <notifications@github.com<mailto:notifications@github.com>>
Sent: Thursday, June 1, 2017 11:06 pm
Subject: Re: [CERT-BDF/TheHive] Specify multiple AD servers in TheHive configuration (#231)
To: CERT-BDF/TheHive <thehive@noreply.github.com<mailto:thehive@noreply.github.com>>
Cc: Subscribed <subscribed@noreply.github.com<mailto:subscribed@noreply.github.com>>
If you specify DNS domain name (without AD server name), resolution of name will use round-robin on all your AD servers.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#231 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AFKrD2AxT9kjjV3xWyZKqRWeRb7cRoXUks5r_rdVgaJpZM4Ns8iG>.
|
It depends on how certificate are created. I think that certificate installed on AD servers should have server FQDN in CN and the domain name in subject alternative name. Anyway, this can't be a prerequisite to use AD authentication in TheHive. Make the settings |
For LDAP or AD authentication, it is now possible to specify multiple server names in configuration file:
Servers are used in order: try to connect to the first one. If connection fails, try the next one and so on. |
Request Type
Feature Request
Request
Specify multiple AD servers in the configuration file. If one AD server fails, try the next.
Example: domainFQDN = ["ad.server1.com", "ad.server2.com"]
We experienced an issue tonight when one of our AD servers went offline and AD auth into TheHive failed. Being able to specify a backup AD server may be beneficial if this ever occurs again.
The text was updated successfully, but these errors were encountered: