Hello,
I was wondering if it is possible to set up LDAP authentication to support multiple domains and AD.
Here is the scenario...
We have company A and company B that each has their own DC and domain. We would like to first see if the user logging in is in company A's AD. If not, the authentication would failover to company B's.
The purpose of this is we would like to move over ALL authentication through company A but we want a seamless transition in case there are some accounts in company B that we did not create in company A's AD.
The only issue I see is it seems like the dn_lookup_base field only takes in one search base. Is it possible to specify two search bases?
Primary search base of DC=CompanyA, DC=com and if it fails to search through there, then it will failover to DC=CompanyB,DC=com.
Or do you guys have a recommendation on a better solution?
Thanks in advance!