Michal,

Proof read and made some changes.

                     <term>offline_timeout (integer)</term>
                     <listitem>
                        <para>
                            If SSSD is in offline, and the last attempt to
                            to go online was less than number of seconds
                            specified. Any new requests for data will be
                            retrieved from the cache. When SSSD switches
                            offline the amount of time in seconds before it
                            tries to go back online is calculated by the
                            following:
                        </para>
                        <para>
                            offline_timeout + random_offset
                        </para>
                        <para>
                            The random offset can increment up to 30
                            seconds. After each unsuccessful attempt
                            to go online, the random_offset is
                            recalculated by the following:
                        </para>
                        <para>
                            new_interval = old_interval*2 + random_offset
                        </para>
                        <para>
                            Note that the maximum length of each interval
                            is currently limited to one hour. If the
                            calculated length of new_interval is greater
                            than an hour, it will be forced to one hour.
                         </para>
                         <para>
                             Default: 60

Dan



From: "Michal Židek" <mzidek@redhat.com>
To: "Development of the System Security Services Daemon" <sssd-devel@lists.fedorahosted.org>
Sent: Monday, August 11, 2014 9:37:28 AM
Subject: [SSSD] [PATCH] MAN: offline_timeout

https://fedorahosted.org/sssd/ticket/2401

Patch is attached.

Added Stephen to CC as this is man page change and requires
native speaker's eye.

Michal

_______________________________________________
sssd-devel mailing list
sssd-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/sssd-devel