Hide Forgot
SSSD should support DNS "sites" concept known from Active Directory. Example: Example AD domain CONTOSO.COM used on 3 sites - Prague,Cork, Dublin. I have machine in Prague and I want it to join CONTOSO.COM. Now if I used: dns_discovery_domain = contoso.com sssd would try to connect to any DC in the domain - even the one in Dublin, completely ignoring sites. I have to use: dns_discovery_domain = Prague._sites.contoso.com To force it to use Prague DCs only. My understanding is, that the "DC locator" tries to communicate with DC's first to determine local site and remote DC's are only used if no valid/working DC can be found in the local site (Prague in this case). This is AD specific functionality, but this concept would find its use also in large IPA domains where multiple IPA servers for the same domain exist in demographically different sites. I believe some of the necessary code can be "stolen" from the Samba winbind component which implements this functionality
Upstream ticket: https://fedorahosted.org/sssd/ticket/1032
Pushed upstream.
Temporarily moving bugs to MODIFIED to work around errata tool bug
This request was resolved in Red Hat Enterprise Linux 7.0. Contact your manager or support representative in case you have further questions about the request.