Blob Blame History Raw
From 4b02c9632c44265124e4fa130170bc86de369b8c Mon Sep 17 00:00:00 2001
From: Deepak Das <ddas@redhat.com>
Date: Thu, 20 May 2021 20:30:33 +0530
Subject: [PATCH 77/83] SSSD man: man_dns_resolver_parameter_modification
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Adding parameter dns_resolver_server_timeout
and dns_resolver_op_timeout in sssd.conf

Resolves: https://github.com/SSSD/sssd/issues/5616

Reviewed-by: Iker Pedrosa <ipedrosa@redhat.com>
Reviewed-by: Justin Stephenson <jstephen@redhat.com>
(cherry picked from commit 43b9b0922aa24a03ea466c673646d5e3079403fe)

Reviewed-by: Pavel Březina <pbrezina@redhat.com>
---
 src/man/sssd.conf.5.xml | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index 8adbb8de9..a597828ca 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -2809,6 +2809,45 @@ pam_p11_allowed_services = +my_pam_service, -login
                     </listitem>
                 </varlistentry>
 
+                <varlistentry>
+                    <term>dns_resolver_server_timeout (integer)</term>
+                    <listitem>
+                        <para>
+                            Defines the amount of time (in milliseconds)
+                            SSSD would try to talk to DNS server before
+                            trying next DNS server.
+                        </para>
+                        <para>
+                            Please see the section <quote>FAILOVER</quote>
+                            for more information about the service
+                            resolution.
+                        </para>
+                        <para>
+                            Default: 1000
+                        </para>
+                    </listitem>
+                </varlistentry>
+
+                <varlistentry>
+                    <term>dns_resolver_op_timeout (integer)</term>
+                    <listitem>
+                        <para>
+                            Defines the amount of time (in seconds) to
+                            wait to resolve single DNS query
+                            (e.g. resolution of a hostname or an SRV record)
+                            before try next hostname or DNS discovery.
+                        </para>
+                        <para>
+                            Please see the section <quote>FAILOVER</quote>
+                            for more information about the service
+                            resolution.
+                        </para>
+                        <para>
+                            Default: 3
+                        </para>
+                    </listitem>
+                </varlistentry>
+
                 <varlistentry>
                     <term>dns_resolver_timeout (integer)</term>
                     <listitem>
-- 
2.26.3