diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2009-12-10 03:36:08 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-12-10 17:20:26 -0500 |
commit | 2965baa5590a69b1de1ee84ff2d9e0f347897d54 (patch) | |
tree | 24d1160b904ad42949c8e097c095400d93a8bc6b /server/man/sssd-ipa.5.xml | |
parent | 4a5f135197f32924963b1313dbd1f44ce27e574f (diff) | |
download | sssd-2965baa5590a69b1de1ee84ff2d9e0f347897d54.tar.gz sssd-2965baa5590a69b1de1ee84ff2d9e0f347897d54.tar.xz sssd-2965baa5590a69b1de1ee84ff2d9e0f347897d54.zip |
Document the failover feature in manpages
Fixes: #309
Diffstat (limited to 'server/man/sssd-ipa.5.xml')
-rw-r--r-- | server/man/sssd-ipa.5.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/server/man/sssd-ipa.5.xml b/server/man/sssd-ipa.5.xml index f0fbf639b..d1ba1c526 100644 --- a/server/man/sssd-ipa.5.xml +++ b/server/man/sssd-ipa.5.xml @@ -76,7 +76,11 @@ <term>ipa_server (string)</term> <listitem> <para> - The name of the IPA server. + The list of IP addresses or hostnames of the + IPA servers to which SSSD should connect in + the order of preference. For more information + on failover and server redundancy, see the + <quote>FAILOVER</quote> section. This is optional if autodiscovery is enabled. </para> </listitem> @@ -114,6 +118,8 @@ </para> </refsect1> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="include/failover.xml" /> + <refsect1 id='example'> <title>EXAMPLE</title> <para> |