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-ldap.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-ldap.5.xml')
-rw-r--r-- | server/man/sssd-ldap.5.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/server/man/sssd-ldap.5.xml b/server/man/sssd-ldap.5.xml index 9172fa257..dc146ea25 100644 --- a/server/man/sssd-ldap.5.xml +++ b/server/man/sssd-ldap.5.xml @@ -59,8 +59,10 @@ <term>ldap_uri (string)</term> <listitem> <para> - Specifies the URI of the LDAP server to which - SSSD should connect. + Specifies the list of URIs of the LDAP 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. </para> <para> Default: ldap://localhost @@ -620,6 +622,8 @@ </para> </refsect1> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="include/failover.xml" /> + <refsect1 id='example'> <title>EXAMPLE</title> <para> |