From 9ab6cc0c031fd15da9d24c3cbf6fd4deba4b4e33 Mon Sep 17 00:00:00 2001 From: Deepak Das Date: Thu, 20 May 2021 20:30:33 +0530 Subject: [PATCH] SSSD man: man_dns_resolver_parameter_modification Adding parameter dns_resolver_server_timeout and dns_resolver_op_timeout in sssd.conf Resolves: https://github.com/SSSD/sssd/issues/5616 --- 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 f121045c0bf..e2db9dfdd31 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -3406,6 +3406,45 @@ pam_gssapi_indicators_map = sudo:pkinit, sudo-i:pkinit + + 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)