Required Examples

This is to help illustrate the different possible configuration setups.

1 to 1

If you have one domain and one controller see Required

Many to 1

If you have one domain and multiple controllers see Required

Many to Many All

If you have multiple domains and multiple controllers see Required

For example you have domain1.com and domain2.com and controller1 and controller2. In this case all your controllers know about domain1.com and domain2.com.

Many to Many Different

If you have multiple domains and multiple controllers however not all the controllers know about all the domains see Required

For example you have domain1.com and domain2.com and controller1 and controller2. In this case not all of your controllers know about domain1.com and domain2.com. Controller1 knows about domain1 and controller2 knows about domain2.