|
|
5a92ae |
From 4b02c9632c44265124e4fa130170bc86de369b8c Mon Sep 17 00:00:00 2001
|
|
|
5a92ae |
From: Deepak Das <ddas@redhat.com>
|
|
|
5a92ae |
Date: Thu, 20 May 2021 20:30:33 +0530
|
|
|
5a92ae |
Subject: [PATCH 77/83] SSSD man: man_dns_resolver_parameter_modification
|
|
|
5a92ae |
MIME-Version: 1.0
|
|
|
5a92ae |
Content-Type: text/plain; charset=UTF-8
|
|
|
5a92ae |
Content-Transfer-Encoding: 8bit
|
|
|
5a92ae |
|
|
|
5a92ae |
Adding parameter dns_resolver_server_timeout
|
|
|
5a92ae |
and dns_resolver_op_timeout in sssd.conf
|
|
|
5a92ae |
|
|
|
5a92ae |
Resolves: https://github.com/SSSD/sssd/issues/5616
|
|
|
5a92ae |
|
|
|
5a92ae |
Reviewed-by: Iker Pedrosa <ipedrosa@redhat.com>
|
|
|
5a92ae |
Reviewed-by: Justin Stephenson <jstephen@redhat.com>
|
|
|
5a92ae |
(cherry picked from commit 43b9b0922aa24a03ea466c673646d5e3079403fe)
|
|
|
5a92ae |
|
|
|
5a92ae |
Reviewed-by: Pavel Březina <pbrezina@redhat.com>
|
|
|
5a92ae |
---
|
|
|
5a92ae |
src/man/sssd.conf.5.xml | 39 +++++++++++++++++++++++++++++++++++++++
|
|
|
5a92ae |
1 file changed, 39 insertions(+)
|
|
|
5a92ae |
|
|
|
5a92ae |
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
|
|
|
5a92ae |
index 8adbb8de9..a597828ca 100644
|
|
|
5a92ae |
--- a/src/man/sssd.conf.5.xml
|
|
|
5a92ae |
+++ b/src/man/sssd.conf.5.xml
|
|
|
5a92ae |
@@ -2809,6 +2809,45 @@ pam_p11_allowed_services = +my_pam_service, -login
|
|
|
5a92ae |
</listitem>
|
|
|
5a92ae |
</varlistentry>
|
|
|
5a92ae |
|
|
|
5a92ae |
+ <varlistentry>
|
|
|
5a92ae |
+ <term>dns_resolver_server_timeout (integer)</term>
|
|
|
5a92ae |
+ <listitem>
|
|
|
5a92ae |
+ <para>
|
|
|
5a92ae |
+ Defines the amount of time (in milliseconds)
|
|
|
5a92ae |
+ SSSD would try to talk to DNS server before
|
|
|
5a92ae |
+ trying next DNS server.
|
|
|
5a92ae |
+ </para>
|
|
|
5a92ae |
+ <para>
|
|
|
5a92ae |
+ Please see the section <quote>FAILOVER</quote>
|
|
|
5a92ae |
+ for more information about the service
|
|
|
5a92ae |
+ resolution.
|
|
|
5a92ae |
+ </para>
|
|
|
5a92ae |
+ <para>
|
|
|
5a92ae |
+ Default: 1000
|
|
|
5a92ae |
+ </para>
|
|
|
5a92ae |
+ </listitem>
|
|
|
5a92ae |
+ </varlistentry>
|
|
|
5a92ae |
+
|
|
|
5a92ae |
+ <varlistentry>
|
|
|
5a92ae |
+ <term>dns_resolver_op_timeout (integer)</term>
|
|
|
5a92ae |
+ <listitem>
|
|
|
5a92ae |
+ <para>
|
|
|
5a92ae |
+ Defines the amount of time (in seconds) to
|
|
|
5a92ae |
+ wait to resolve single DNS query
|
|
|
5a92ae |
+ (e.g. resolution of a hostname or an SRV record)
|
|
|
5a92ae |
+ before try next hostname or DNS discovery.
|
|
|
5a92ae |
+ </para>
|
|
|
5a92ae |
+ <para>
|
|
|
5a92ae |
+ Please see the section <quote>FAILOVER</quote>
|
|
|
5a92ae |
+ for more information about the service
|
|
|
5a92ae |
+ resolution.
|
|
|
5a92ae |
+ </para>
|
|
|
5a92ae |
+ <para>
|
|
|
5a92ae |
+ Default: 3
|
|
|
5a92ae |
+ </para>
|
|
|
5a92ae |
+ </listitem>
|
|
|
5a92ae |
+ </varlistentry>
|
|
|
5a92ae |
+
|
|
|
5a92ae |
<varlistentry>
|
|
|
5a92ae |
<term>dns_resolver_timeout (integer)</term>
|
|
|
5a92ae |
<listitem>
|
|
|
5a92ae |
--
|
|
|
5a92ae |
2.26.3
|
|
|
5a92ae |
|