No subject


Fri Nov 9 03:22:17 UTC 2012


{{{
dns_discovery_domain (string)
    If service discovery is used in the back end, specifies the domain
    part of the service discovery DNS query.

    Default: Use the domain part of machine's hostname
}}}

The problem here is that you're relying on SRV records to locate your 
KDC, but you aren't telling it which DNS domain to use for this 
location. If it's unspecified, we do a local lookup of the machine's 
hostname and then use that for the search domain.

Try setting:
{{{
[domain/europe.example.com]
...
dns_discovery_domain = europe.example.com
...

[domain/asia.example.com]
...
dns_discovery_domain = asia.example.com
...
}}}


More information about the sssd-users mailing list