Blame SOURCES/0055-man-fix-description-of-dns_resolver_op_timeout.patch

32a074
From f768f73903bf0c3d0d1b4361ebff6b111a918470 Mon Sep 17 00:00:00 2001
32a074
From: =?UTF-8?q?Pavel=20B=C5=99ezina?= <pbrezina@redhat.com>
32a074
Date: Tue, 11 Jun 2019 13:49:13 +0200
32a074
Subject: [PATCH 55/57] man: fix description of dns_resolver_op_timeout
32a074
32a074
Resolves:
32a074
https://pagure.io/SSSD/sssd/issue/3217
32a074
32a074
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
32a074
Reviewed-by: Sumit Bose <sbose@redhat.com>
32a074
(cherry picked from commit 7b4635c8428917ced63954f2c3c70491b45d7870)
32a074
---
32a074
 src/man/include/failover.xml | 8 +++++++-
32a074
 1 file changed, 7 insertions(+), 1 deletion(-)
32a074
32a074
diff --git a/src/man/include/failover.xml b/src/man/include/failover.xml
32a074
index cd6fd4d79..11ff86a38 100644
32a074
--- a/src/man/include/failover.xml
32a074
+++ b/src/man/include/failover.xml
32a074
@@ -77,7 +77,13 @@
32a074
                     </term>
32a074
                     <listitem>
32a074
                         <para>
32a074
-                            How long would SSSD talk to a single DNS server.
32a074
+                            Time in seconds to tell how long would SSSD try
32a074
+                            to resolve single DNS query (e.g. resolution of a
32a074
+                            hostname or an SRV record) before trying the next
32a074
+                            hostname or discovery domain.
32a074
+                        </para>
32a074
+                        <para>
32a074
+                            Default: 6
32a074
                         </para>
32a074
                     </listitem>
32a074
                 </varlistentry>
32a074
-- 
32a074
2.21.3
32a074