diff options
author | Pavel Březina <pbrezina@redhat.com> | 2013-04-09 13:16:23 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-04-10 15:37:00 +0200 |
commit | 88275cccddf39892e01682b39b02292eb74729bd (patch) | |
tree | 0d685c5099e91bd098d5a3fab4aa5def8be1c332 /src/man | |
parent | 1abdf56dcda5f6bed7b144e544c00dbdd501b3fc (diff) | |
download | sssd-88275cccddf39892e01682b39b02292eb74729bd.tar.gz sssd-88275cccddf39892e01682b39b02292eb74729bd.tar.xz sssd-88275cccddf39892e01682b39b02292eb74729bd.zip |
DNS sites support - add IPA SRV plugin
https://fedorahosted.org/sssd/ticket/1032
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd-ipa.5.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/man/sssd-ipa.5.xml b/src/man/sssd-ipa.5.xml index c4227da23..f8cb0939d 100644 --- a/src/man/sssd-ipa.5.xml +++ b/src/man/sssd-ipa.5.xml @@ -160,6 +160,32 @@ </varlistentry> <varlistentry> + <term>ipa_enable_dns_sites (boolean)</term> + <listitem> + <para> + Enables DNS sites - location based + service discovery. + </para> + <para> + 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 + </para> + <para> + Default: false + </para> + </listitem> + </varlistentry> + + <varlistentry> <term>ipa_hbac_search_base (string)</term> <listitem> <para> |