Skip to content

Commit

Permalink
SSSD man: man_dns_resolver_parameter_modification
Browse files Browse the repository at this point in the history
Adding parameter dns_resolver_server_timeout
and dns_resolver_op_timeout in sssd.conf

Resolves: #5616

Reviewed-by: Iker Pedrosa <ipedrosa@redhat.com>
Reviewed-by: Justin Stephenson <jstephen@redhat.com>
  • Loading branch information
DDDas7 authored and pbrezina committed May 24, 2021
1 parent ac1a07a commit 43b9b09
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions src/man/sssd.conf.5.xml
Expand Up @@ -3406,6 +3406,45 @@ pam_gssapi_indicators_map = sudo:pkinit, sudo-i:pkinit
</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>
Expand Down

0 comments on commit 43b9b09

Please sign in to comment.