From 88275cccddf39892e01682b39b02292eb74729bd Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Tue, 9 Apr 2013 13:16:23 +0200 Subject: DNS sites support - add IPA SRV plugin https://fedorahosted.org/sssd/ticket/1032 --- src/man/sssd-ipa.5.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'src/man/sssd-ipa.5.xml') diff --git a/src/man/sssd-ipa.5.xml b/src/man/sssd-ipa.5.xml index c4227da2..f8cb0939 100644 --- a/src/man/sssd-ipa.5.xml +++ b/src/man/sssd-ipa.5.xml @@ -159,6 +159,32 @@ + + ipa_enable_dns_sites (boolean) + + + Enables DNS sites - location based + service discovery. + + + If true and service discovery (see Service + Discovery paragraph at the bottom of the man page) + is enabled, then the SSSD will first attempt + location based discovery using a query that contains + "_location.hostname.example.com" and then fall back + to traditional SRV discovery. If the location based + discovery succeeds, the IPA servers located with + the location based discovery are treated as primary + servers and the IPA servers located using the + traditional SRV discovery are used as back up + servers + + + Default: false + + + + ipa_hbac_search_base (string) -- cgit