Skip to content

Commit

Permalink
MAN: Remove duplicate dns options
Browse files Browse the repository at this point in the history
dns_resolver_server_timeout and dns_resolver_op_timeout
are shown twice.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2115171
  • Loading branch information
justin-stephenson committed Aug 18, 2022
1 parent b315050 commit 5dc25d1
Showing 1 changed file with 3 additions and 42 deletions.
45 changes: 3 additions & 42 deletions src/man/sssd.conf.5.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3539,8 +3539,8 @@ pam_gssapi_indicators_map = sudo:pkinit, sudo-i:pkinit
trying next DNS server.
</para>
<para>
The AD provider will use this option for the
CLDAP ping timeouts as well.
The AD provider will use this option for the
CLDAP ping timeouts as well.
</para>
<para>
Please see the section <quote>FAILOVER</quote>
Expand All @@ -3560,46 +3560,7 @@ pam_gssapi_indicators_map = sudo:pkinit, sudo-i:pkinit
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_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.
before trying the next hostname or DNS discovery.
</para>
<para>
Please see the section <quote>FAILOVER</quote>
Expand Down

0 comments on commit 5dc25d1

Please sign in to comment.