From 4b02c9632c44265124e4fa130170bc86de369b8c Mon Sep 17 00:00:00 2001 From: Deepak Das 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 Reviewed-by: Justin Stephenson (cherry picked from commit 43b9b0922aa24a03ea466c673646d5e3079403fe) Reviewed-by: Pavel Březina --- 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 + + dns_resolver_server_timeout (integer) + + + Defines the amount of time (in milliseconds) + SSSD would try to talk to DNS server before + trying next DNS server. + + + Please see the section FAILOVER + for more information about the service + resolution. + + + Default: 1000 + + + + + + dns_resolver_op_timeout (integer) + + + 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. + + + Please see the section FAILOVER + for more information about the service + resolution. + + + Default: 3 + + + + dns_resolver_timeout (integer) -- 2.26.3