summaryrefslogtreecommitdiffstats
path: root/src/providers/fail_over_srv.c
Commit message (Collapse)AuthorAgeFilesLines
* fo_discover_servers_send: don't crash when backup_domain is NULLPavel Březina2013-05-031-0/+11
|
* dns srv plugin: compare domain names case insensitivePavel Březina2013-05-021-1/+1
|
* add fo_discover_servers requestPavel Březina2013-05-021-1/+238
| | | | | | | | | This request takes discovery domain for primary servers and other domain for backup servers and returns list of primary and backup servers. If primary domain is not reachable, it returns servers found in backup domain as primary servers.
* DNS sites support - SRV DNS lookup pluginPavel Březina2013-04-101-0/+444
https://fedorahosted.org/sssd/ticket/1032 This plugin mimics the current behaviour. If discovery_domain is set it is the only domain that is tried. If discovery_domain is not set, we try to autodetect domain first and if that fails or SRV lookup on this domain fails, we fallback to SSSD domain name.