From 9da182cf4e6af46164d7e60574dcdd07bc11de3e Mon Sep 17 00:00:00 2001 From: Jan Zeleny Date: Tue, 5 Jun 2012 09:01:56 -0400 Subject: Primary server support: man page, failover section --- src/man/include/failover.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'src/man/include') diff --git a/src/man/include/failover.xml b/src/man/include/failover.xml index efe3ee42..dbf9d546 100644 --- a/src/man/include/failover.xml +++ b/src/man/include/failover.xml @@ -2,7 +2,7 @@ FAILOVER The failover feature allows back ends to automatically switch to - a different server if the primary server fails. + a different server if the current server fails. Failover Syntax @@ -12,6 +12,16 @@ listed in order of preference. The list can contain any number of servers. + + For each failover-enabled config option, two variants exist: + primary and backup. + The idea is that servers in the primary list are preferred and + backup servers are only searched if no primary servers can be + reached. If a backup server is selected, a timeout of 30 seconds + is set. After this timeout SSSD will periodically try to reconnect + to one of the primary servers. If it succeeds, it will replace + the current active (backup) server. + The Failover Mechanism -- cgit